google maps - Latitude and longitude can find zip code? -
google maps - Latitude and longitude can find zip code? -
i using google geocoder lat , lon , question is, there way can find out zipcode latitude , longitude?
i think looking address_components[] in results array. maybe work, typing below might have errors in think idea.
http://code.google.com/apis/maps/documentation/geocoding/#results
function (request, response) { geocoder.geocode({ 'address': request.term, 'latlng': centlatlng, 'region': 'us' }, function (results, status) { response($.map(results, function (item) { homecoming { item.address_components.postal_code;//this want @ } } google-maps geolocation
Comments
Post a Comment