Reverse Geocode
reverse_geocodeConvert a latitude and longitude pair into the nearest known address. Optionally restrict the search to a specific country using the ISO-3 country parameter.
Instructions
Convert a latitude / longitude pair into the nearest known address. Restrict to a specific country with the optional country parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (WGS84). | |
| lng | Yes | Longitude (WGS84). | |
| radius_m | No | Search radius in metres around the lat/lng. Default 100 m. | |
| country | No | Optional ISO-3 country to restrict the search. Omit to search globally. |