Hello,
I have been looking everywhere for a macro that can help me do reverse geocoding: https://developers.google.com/…mentation/geocoding/intro Reverse Geocoding basically consists of getting the address of a place after providing latitude and longitude.
I need to get the next data after providing latitud and longitud:
- neighborhood
- sublocality
- sublocality_level_1
- locality
- Maybe another here ( I have to check)
You can see a better example here: https://maps.googleapis.com/ma…TKgfJAeQSlETDadjoQHsXBF6Y
What I need is a macro that gets all this components for every latitude and longitude I provide.
Can someone write this for me?