On May 22, 2:20 am, aitian <[email protected]> wrote: > hello, > > For one of my website I need to fetch city and state name based on > provided zip code,
You probably should use a zip code database to do that. > I have used google's geocoding service for that. A geocoder's purpose is to return the latitude and longitude for an input address. > For some zip codes it is returning city name and state but for some > it is not. For example it is working fine for zip code '20001' but not > returning city name for '17003'. Can anybody help? Try creating your own database that does what you want. An unmodified zipcode database probably won't. -- Larry > > aitian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
