0

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?

Kara
  • 6,115
  • 16
  • 50
  • 57
o01
  • 5,191
  • 10
  • 44
  • 85

1 Answers1

1

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.

dmitry
  • 4,989
  • 5
  • 48
  • 72