the google masp show the lat & lng from china here have some offset.
anybody know how to fix it?
casue i need use google map to my gps trcker application. and my web
server need to show the real position to my customer.
thanks.
--
You received this message because you are subscribed to the Google
from ditu.google.com & maps.google.com
when i use the lat & lng as search keyword "24.833413, 118.571103"
then i want to follow how google use the marks api.
the code is from
function onLoad() {
w.loadVPage(
On 11月30日, 下午2时21分, Chris Broadfoot wrote:
> Where is this data from?
>
>
>
>
>
>
>
> O
Hi Luke,
Thanks for your reply.
It 's not a web based app. It's a mobile application built on palm
webos. I don't have a link to provide.
I tried the same in localhost by integrating maps in a sample HTML
file. It's worked properly.
It's not working properly in the palm webos application.
Fina
On Nov 30, 1:01 am, Aiswarya krishna wrote:
> Hi friend,
> Thanks 4 ur help.I need one reply.I want to plot more than 10
> wayponits on the map.To get the premier services ,What all should i
> do? Pls help
http://code.google.com/apis/maps/documentation/premier/
--
You received this message be
Where is this data from?
On Tue, Nov 30, 2010 at 3:17 PM, abc wrote:
> markers : [
>
>{
>
>id : "near",
>
>latlng : {
>
>lat : 0,
>
>lng : 0,
>
>alt : {
>
>ll : "347860517983121222
On Nov 30, 1:16 am, Chris Macdonald wrote:
> In my old v2 code I had this (not directly, within some other loops,
> but similiar)
That code is not the same. If you had done that in v3 it would have
worked.
>
> var bounds = new GLatLngBounds();
> bounds.extend(point);
> map.setCenter(bounds.getC
In my old v2 code I had this (not directly, within some other loops,
but similiar)
var bounds = new GLatLngBounds();
bounds.extend(point);
map.setCenter(bounds.getCenter(), map.getBoundsZoomLevel(bounds));
to center it around the points of the map.
I thought that function would select the furthe
Hi friend,
Thanks 4 ur help.I need one reply.I want to plot more than 10
wayponits on the map.To get the premier services ,What all should i
do? Pls help
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, s
On Nov 30, 12:22 am, Rednek wrote:
> Hello, I dont have the directions page live yet. If you would like I
> can post the code I have for showing map and then showing directions.
The posting guidelines ask for a link, if you want help, you might
consider following them. Posting code is usually no
Hello, I dont have the directions page live yet. If you would like I
can post the code I have for showing map and then showing directions.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to goog
On Nov 29, 11:31 pm, Chris Macdonald wrote:
> I've been trying to pass 5 markers to a map and have the map center
> around the points but am not able to get it to function for me anymore.
> This is my first time working with the V3 api so I'm not sure if I've
> done something wrong as well.
>
> va
I've been trying to pass 5 markers to a map and have the map center
around the points but am not able to get it to function for me anymore.
This is my first time working with the V3 api so I'm not sure if I've
done something wrong as well.
var lat = new Array();
var lng = new Array();
lat[0] = 0;
markers : [
{
id : "near",
latlng : {
Thanks for the idea, Rossko. I just tried it and yes the tooltip
title thing works if I leave clickable true but don't have a listener.
However, the hand pointer still shows over the marker, as if it was
expecting it to be clickable. In this case I would want the cursor to
change to the normal a
Hi Luke,
Thanks for the info on the new release. Alas, I cannot print from my
app.
I'm using FF 3.6.6, XP Pro SP3.
My app is an enhanced Google Map viewer (OK - no laughing)
Here's a sample map:
http://www.mappingsupport.com/p/gmap4.php?ll=44.461721,-110.832396&z=14
In FF 'print preview' I get
In some times (specially the first time) the map doesn't show, instead
of the static map show the red cross in top left corner.
I'm sending:
http://maps.google.com/maps/api/staticmap?
size=466x400¢er=19.01305,-99.06&maptype=roadmap&mobile=true&format=png&zoom=16&sensor=true&markers=size:normal|
c
Hi Chris,
thanks for clarification.
Stephan
On Mon, Nov 29, 2010 at 5:22 PM, Chris Broadfoot wrote:
> Do you mean how many panos are *available*?
>
> No, I'm not aware that we have a guideline saying "there is a pano every X
> metres". I wouldn't be surprised if this figure varies greatly.
>
Do you mean how many panos are *available*?
No, I'm not aware that we have a guideline saying "there is a pano every X
metres". I wouldn't be surprised if this figure varies greatly.
What's your use case here? Do you want to navigate through panos at X metres
per Y unit of time? You may be better
Link?
On Nov 28, 6:46 pm, Rednek wrote:
> I am trying to figure out how to have a streetview appear for the END
> location. I have a directions map with directions panel which works
> fine. Now in the start location it is left empty, end location I have a
> select option (11) different address'.
I think it's up to you and how much detail you want to provide.
On Nov 28, 8:38 pm, bardu wrote:
> Is there a rule over the thumb on how many panoramas should be created
> for a street distance of, lets say, 100 m?
--
You received this message because you are subscribed to the Google Groups
"G
Hi Jeevan,
Do you have a link to your site that we can look at?
Thanks
Luke
On Tue, Nov 30, 2010 at 1:00 AM, jeevan wrote:
> Hi,
>
> Google Marker image is not loading from yesterday (28-11-2010).
>
> I am using the marker in the below way?
>
> var markerIcon = new google.maps.MarkerImage("
Hi,
Google Marker image is not loading from yesterday (28-11-2010).
I am using the marker in the below way?
var markerIcon = new google.maps.MarkerImage("test.png", new
google.maps.Size(40, 45));
or
var markerIcon = new google.maps.MarkerImage("test.png");
var newLocation = new google.map
@Finger navigation / zooming:
I can corroborate this, my embedded maps will have touch overlays set
correctly on the first load of the page - in which the pinch to zoom
will function correctly. After moving the viewport at all, it will
change the click / touch hotspots to be off center - or rather
On Nov 29, 9:27 am, CS wrote:
> Hello and thanks for responding.
>
> Is it possible to just replace the existing input box type="text" id="addressInput"/> with a drop down menu/list that will
> pull from the database?
Sure. But that really isn't a Google Maps API question (although if
you searc
Hello and thanks for responding.
Is it possible to just replace the existing input box with a drop down menu/list that will
pull from the database?
Thanks
On Nov 26, 5:34 am, Rossko wrote:
> > Currently if I input "clothing" into the search box nothing shows up
> > on the map or "clothing atl
Martin - thanks for the suggestion! Another area to look at.
On Nov 29, 8:44 am, Martin wrote:
> https://groups.google.com/group/google-maps-api/browse_frm/thread/048...
>
> I never had to complete the project i mentioned in that thread but it
> might point you in the right direction.
>
> Martin
Kevin,
Larry was asking you to post a link to your map per the forum rules.
Gotta admit though, I got a good laugh from your answer.
Here's a demo map that may shed light on your issue. Zoom/drag to
change the view, then toggle the KML off/on:
http://www.mappingsupport.com/forum_post/preserveVi
On Nov 29, 7:24 am, koritfw wrote:
> Hi! This is my problem: I have more locations on a map. Is there a
> function to know which order would be the best to take? I need to find
> the shortest path (the roads) to visit these different locations.
That would be the travelling salesman problem.
The
Hi! This is my problem: I have more locations on a map. Is there a
function to know which order would be the best to take? I need to find
the shortest path (the roads) to visit these different locations.
Thanks for your help.
Ps: sorry for my bad english...
--
You received this message because
Yes but as per my question, I dont want to use the MarkerImage class,
I want to know if I can specify a css class name against a Marker
object where it will retrieve the image to use.
On Nov 29, 2:38 pm, Pil wrote:
> You can do that by using an API markerImage:
>
> var g = google.maps;
> var
You can do that by using an API markerImage:
var g = google.maps;
var image = new g.MarkerImage("sprite-icons.png",
new g.Size(20, 34),
new g.Point(0, 34), <-- this are the sprite coords
new g.Point(10, 34));
On Nov 29, 3:01 pm, parky128 wrote:
> Hi,
>
> Is it possible to specifi
Rewriting the loadKML() method like this solves the problem. The
difference is I am not supplying the map in the KmlLayer constructor
but calling setMap afterwards.
function loadKML() {
if (_kmlLayer != null) {
_kmlLayer.setMap(null);
delete _kmlLayer;
}
_kmlLayer = new
google.maps.KmlLayer("http:
The values for cityLatitudeCenter and cityLongitudeCenter are39.64239
and -111.62729
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe fro
It is in Utah. The map is centered and zoomed to show the entire state. The
KML placemarks are all in the southwest corner of the state. That is where the
map is recentered and focused to when it is refreshed.
Kevin Jones
TransCore
770-246-6227
-Original Message-
From: google-maps-js
Hi,
Is it possible to specifiy a css class name for a Marker which can be
used for the icon displayed on the map rather than defining a
MarkerImage class?
I have a sprite containing the icons I require for various markers and
class names in a css file which defines each icon in terms of where
the
https://groups.google.com/group/google-maps-api/browse_frm/thread/0481ae1e15bbca8a?hl=en
I never had to complete the project i mentioned in that thread but it
might point you in the right direction.
Martin.
On Nov 29, 12:33 pm, teknocreator wrote:
> Rossko - Okay thanks for the advice. I'll t
Rossko - Okay thanks for the advice. I'll try searching in more
general terms and the server side map is an idea. But, the reason I
was asking in this area is that these are projected overlays of
different fields covering the entire US in PNG format. So, for
example, my one overlay is a continuo
Hi Susannah,
Totally agree with you - however this is not how many sites have been
created, since the possibility of assigning a string instead of the
MarkerImage object has been there for a while now.
Hence my proposition for the pixelBounds object.
On Nov 29, 12:25 pm, "Susannah (Google Employe
Hi Simon,
If you create a MarkerImage object instead of using the string, you
should be able to access the size now.
var markerImage = new google.maps.MarkerImage("http://code.google.com/
apis/maps/documentation/javascript/examples/images/beachflag.png");
var marker = new google.maps.Marker({map:
Hi,
I'm using a KmlLayer to draw some areas in a map. Since yesterday some
of the KmlOverlayService requests are denied with a 403 with a body
about automated requests. It does not happen always, maybe for about
50% of the requests.
I think this is due a traffic peak yesterday, since it was worki
jep, it works.
will have to think about the sizing.
Thanks
On Nov 29, 11:38 am, Pil wrote:
> Seems you're overwriting the height declarations with
>
> height: auto !important;
>
> On Nov 29, 11:08 am, "saulius.s"
> wrote:
>
> > there is css file, where size is defined.
> > .site-wrapper{
> >
Abs,
Adriano
(51) 3343-6966
- Original Message -
From: google-maps-js-api-v3+nore...@googlegroups.com
To: Abridged Recipients
Sent: Saturday, November 27, 2010 3:33 AM
Subject: [Google Maps API v3] Abridged summary
ofgoogle-maps-js-api...@googlegroups.com - 31 Messages in 16
Seems you're overwriting the height declarations with
height: auto !important;
On Nov 29, 11:08 am, "saulius.s"
wrote:
> there is css file, where size is defined.
> .site-wrapper{
> width:940px;
> min-height: 100%;
> height: auto !important;
> height: 100%;
>
there is css file, where size is defined.
.site-wrapper{
width:940px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
}
On Nov 29, 10:36 am, Pil wrote:
> On Nov 29, 10:06 am, "saulius.s"
> wrote:
>
> > http://it.tvarkau.lt/ma
On Nov 29, 10:06 am, "saulius.s"
wrote:
> http://it.tvarkau.lt/maps1.html trying to customize with one div
It's just as Larry said. There is no size for site-wrapper although
#map_canvas's height is 100%.
100% of no size is no size.
--
You received this message because you are subscribed t
Hi Luke,
Further comment on accessing the size property of the MarkerImage
object.
This is of use, obviously, only when a MarkerImage object has been
created. If a simple string, indicating the image to use, has been
provided to the marker, then there is no way to "officially" obtain
the size.
Thi
I'm doing the same as provided above:
(skiped code)
var map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
}
asd
If div is removed, it works.
So i think that java can't get to the getElementById(...).
Why i need div 's - i want to have map size/place customiz
Hi Luke,
You state that the issue 2465 relates to accessing the size property
of a MarkerImage object, I think you referenced the wrong issue (at
least when clicking on the link, it does not display this).
Simon
On Nov 29, 8:11 am, Gary Little wrote:
> I noticed a couple of days ago that marker
Hi Luke,
You state that the issue 2465 relates to accessing the size property
of a MarkerImage object, I think you referenced the wrong issue (at
least when clicking on the link, it does not display this).
Simon
On Nov 29, 8:11 am, Gary Little wrote:
> I noticed a couple of days ago that marker
49 matches
Mail list logo