Here Reverse Geocode
here_reverse_geocodeTurn coordinates into the nearest street address (reverse geocoding) via HERE — "what address is at 40.7484, -73.9857". Returns the normalized address, place title, and distance to the matched location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude, e.g. 40.7484. | |
| lng | Yes | Longitude, e.g. -73.9857. |