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 appi 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?