On Mar 15, 9:24 am, ibgpsn <[email protected]> wrote:
> I may be mis-remembering, but I thought I used to be able to enter
> latitude and longitude (e.g.  36.5,-86.33333 ) in to the text field of
> a geocode request and get the google map to move to that location.

You used to be able to do this, but it was undocumented behaviour
which was always liable to change. The current behaviour for a string
which is not an address is also undocumented.

If you want to centre a map at a location, you need to explicitly use
map.setCenter() and not rely on a geocoder. Geocoders are approximate,
rather by definition.

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to