View Single Post
 
Old 02-02-2017, 03:38 PM
angomera angomera is offline Windows 10 Office 2000
Novice
 
Join Date: Feb 2017
Posts: 1
angomera is on a distinguished road
Default Reverse Geocoding in Excel, not just for the address

I have been looking everywhere for an addin or a code for excel that can help me do reverse geocoding: https://developers.google.com/maps/d...eocoding/intro

Reverse Geocoding basically consists of getting the address of a place after providing latitude and longitude.

Google maps api provides much more than the address. It also throws results of all the address components: Ej

address_component
Name
neighborhood
political
sublocality
sublocality_level_1
locality
political
address_component

You can see a better example here:

What I need is an addin or preferebly a code for excel that gets all this components for every latitude and longitude I provide.

Can someone help me with this?
Reply With Quote