On Mar 2, 10:16 am, hiviking <[email protected]> wrote: > I have been using getLocations() to return one point if geographical > coordinates were entered, but after Google introduced reverse > geocoding the function returns multiple addresses, most of them being > garbage.
The first Placemark should be the most accurate (that is the location returned by getLatLng). > The reverse geocoding was introduced with version 2.133 > according to the API Reference, so I have tried getting the old > behavior back by specifying 2.97, but it makes no difference. I still > get reverse geocoding. That is because the geocoder/reverse geocoder is a server side service and doesn't depend on the API version. -- Larry > > How can I avoid this (short of parsing and processing the input > string) and why don't I get version 2.97 behavior when I specify this > version? > > Carl F --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
