Google GeoCode API fails for certain valid ZIP codes -


i want site prompt user's zip code (it's us-only now) , have google return city/state/lat/long, store in own table.

this query i'm using, example (with key @ end, of course):

http://maps.googleapis.com/maps/api/geocode/json?address=95112

that zip code works fine, lots of others. randomly fail. pretty big zip code in san francisco:

http://maps.googleapis.com/maps/api/geocode/json?address=94101

i know prompting user city/state work, i'd avoid requirement if possible , allow user enter zip.

what doing wrong?

according united states postal service: sorry, 94101 not valid zip code™. please double-check , try again.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -