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 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.
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 -~----------~----~----~----~------~----~------~--~---
