On Oct 6, 3:57 pm, g2m <[EMAIL PROTECTED]> wrote: > Hi - I am just getting started with the Google Maps API. I am building > an application that based on the user's entered zipcode, I will need > to identify the county and state for that zip code. Is there a > function available in the google maps API that will return the county > and state? That may (or may not) be available as part of the geocoder's response to: GClientGeocoder.getLocations(address, callback) http://code.google.com/apis/maps/documentation/reference.html#GClientGeocoder
http://code.google.com/apis/maps/documentation/services.html#Geocoding There have been complaints about the inconsistency of the returned data, see: http://code.google.com/p/gmaps-api-issues/issues/detail?id=606 http://code.google.com/p/gmaps-api-issues/issues/detail?id=611 http://code.google.com/p/gmaps-api-issues/issues/detail?id=635 -- 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 -~----------~----~----~----~------~----~------~--~---
