On Mar 25, 10:51 pm, Steve the Canuck <[email protected]> wrote: > I have a number of addresses to geocode in batch, so I have been using > the Google Maps API Geocoding service. However, I am finding that > some of my calls are returning a 602 error, and I'm trying to figure > out why. > > Here is an example: > > http://maps.google.com/maps/geo?q=724+Evergreen+Mobile+Home+Park+NW%2... > > If I just go to Google Maps and type in the address as: > > 724 Evergreen Mobile Home Park NW, Edmonton, AB > > It shows up perfectly. > > I'm trying to figure out why this isn't working. If anyone has any > ideas that would be great.
http://code.google.com/apis/maps/documentation/reference.html#GGeoStatusCode.G_GEO_UNKNOWN_ADDRESS The API Geocoder can not resolve that address. maps.google.com is finding it a different way (not using its geocoder): http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=724+Evergreen+Mobile+Home+Park+NW,+Edmonton,+AB&sll=37.0625,-95.677068&sspn=31.23349,56.601563&ie=UTF8&ll=53.709714,-113.35556&spn=0.364143,0.884399&t=h&z=10&iwloc=A Probably using local search... "Never trust a geocoder..." -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
