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
Post a Comment