Is it possible to find the nearest postal code using geo location search? Say, if I have lat/lng data to a house, can I get the postal code of said house using the Google Maps API?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

As I know it is not always possible with google.maps.Geocoder (or Geocoding API), but often result contains postal code, it depends on country.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.