geocoding_reverse
Resolve coordinates to a human-readable address or place name. Specify zoom, language, and extra details to get the nearest matching location from Nominatim JSONv2.
Instructions
Reverse geocode coordinates. Returns the nearest typed Nominatim JSONv2 place for latitude and longitude.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lon | Yes | Longitude | |
| zoom | No | Nominatim address zoom, defaults to 18 | |
| extratags | No | Include OSM extra tags | |
| namedetails | No | Include multilingual name details | |
| addressdetails | No | Include address details, defaults to true | |
| accept_language | No | Preferred result language, forwarded to Nominatim |