On Dec 31, 5:22 am, jigs <[email protected]> wrote: > > In most cases (99.99%) it is working properly but sometimes I got > wrong city name like It returns "Amdavad" instead of "Ahmedabad". Due > to this I am not able to find records from my database as my database > has city name as "Ahmedabad" (which is correct)
Apparently (http://en.wikipedia.org/wiki/Ahmedabad) the city's local name in Gujarati is Amdavad, located within Ahmedabad district. This is reflected in the geocoder response, where SubAdministrativeAreaName is Ahmedabad. Geocoder data errors should be reported as an issue: http://code.google.com/p/gmaps-api-issues/issues/list but the output does appear to be following a standard. You could always code for Amdavad as a special case. 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.
