Has no one from google employee seen this message and can it be fixed,
please?
I can't be the only person with this problem, right?
--
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-map
Ooops i just realised that this is a v3 question, so you'll be looking
to create a google.maps.LatLngBounds object NOT a GLatLngBounds
object.
Martin.
On Apr 3, 6:27 am, Martin™ wrote:
> Hi.
>
> Try updating the getTileUrl function.
>
> When a custom tile is requested by the map getTileUrl cou
Hi.
Try updating the getTileUrl function.
When a custom tile is requested by the map getTileUrl could convert
the coord value into a GLatLng object and test if this tile lies
withinthe bounds which you want to display custom tiles.
If the tile is within your chosen bounds then the function retu
Thanks, Esa !
Works like a charm. :)
2011/4/2 Esa
> Click handler should always be created in a separate function.
> Otherwise you will face a scope problem (click triggering in wrong
> scope). Mike Williams explains it here
> http://econym.org.uk/gmap/basic1.htm
> That is in v2 syntax but it i
I am playing around with an idea, which involves ONLY loading
ImageMapType tiles that lie within a defined area.
So far I have created a simple map to test the idea using googles own
traffic-data example of ImageMapsType. The test is here:
http://bodymap.ukmedicalschools.com/test.html
I have made
On Apr 1, 5:45 pm, "geocode...@gmail.com"
wrote:
> On Apr 1, 4:03 pm, matt wilson wrote:
>
> > Is there a straight forward way to querying the bounds of a
> > state?
>
> The geocoder will return a bounding box of the state if you pass it
> in to it, you can use that to zoom to the state level.
L
Hi,
We have a user who'd like to create maps in Russia. From the documentation,
I understand that addresses in Russia should be geocoded okay, as long as
the address is specified in local language.
This seems to work for some cities, while for others all addresses seem to
be getting mapped o
Hello,
I read the licenses and the terms of Google map API but I still have
some doubts.
I want to know more informations about the following questions:
1) can I realise a web page and to allow users to save their markers
by saving ONLY the requires data (such as markers lat&lng, and a short
title)
Click handler should always be created in a separate function.
Otherwise you will face a scope problem (click triggering in wrong
scope). Mike Williams explains it here http://econym.org.uk/gmap/basic1.htm
That is in v2 syntax but it is still good reading.
Create a single InfoWindow instance and a
Yes, your'r right. Coordinates are in Dynamics Ax and i'm generating HTML
page and showing it with ActiveX control in Ax form... But i need to
understand how can i create Route from coordinates in API v3 ! problem is
that there is no Geocoder record in those coordinates and DirectionService
is
> I know that we can find a location with the help of latitude and longitude.
> But our database don't have lat and longs , but it has addresses column
Start here
http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding
this might be useful
http://code.google.com/apis/maps
> So what's the point?
In the example you are showing us, you have
shape: { type: "rectangle", ...
The docs list only three values for type: and that is not one of them.
The docs suggest using
shape: { type: "rect", ...
--
You received this message because you are subscribed to the
> Does anybody know how google implements the marker? Are they drawn in
> canvas?
Sometimes. See for example
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/2de0ea37567063d8/0cc94043a1408c51
and
--
You received this message because you are subscribed to the Google Grou
Seeing that JSON appears to have advantages compared to KML and having read
up on how JSON is used, I'm not sure how to enable the infowindows which is
easy with KML. Could you please provide a pointer to a good JSON example
that also displays markers with infowindows like the example I want to
Me again,
I've tried to use a special icon for the marker, so that I can search
for the url of the image within the DOM. That was my idea. But it
doesn't work, the marker isn't in any img tag or listed in the source
code.
Does anybody know how google implements the marker? Are they drawn in
canva
On 1 Apr., 22:33, Rossko wrote:
> > How is MarkerShape supposed to be used? It's not a constructor,
> > according to FireBug, and it doesn't have a constructor, according to
> > the Google Docs. Is MarkerShape only an object template, which I
> > perfectly matched already?
>
> Here are the
> docs
Hai,
I know that we can find a location with the help of latitude and longitude.
But our database don't have lat and longs , but it has addresses column , so
can i find the location in the map with the help of address. if "yes" please
tell me how to do it.thanks.
--
You received this message
17 matches
Mail list logo