Downloading an offline database is not an option so i would need to use the geocodong api, i looked through the documentation and i could not find out how to do the query
On Feb 2, 3:06 pm, Martin Matysiak <[email protected]> wrote: > Instead of querying the online (geocoding?) API I would suggest using an > offline database if you want to search for zip codes only. Doing a quick > search gives several results, e.g. here is a list of some > databases:http://stackoverflow.com/questions/24471/zip-code-database > > The advantage is that you can query this database as much as you want and > you aren't limited to the Geocoder Usage Limitations (and it should be > faster, too). I don't know if these databases are up-to-date, though, as I'm > not familiar with the US zip code system (were there many changes in the > last years? if not, the link should provide enough material). -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
