geocoding_reverse
Reverse geocode coordinates to return the nearest place from Nominatim, with optional address details, extra tags, and language preferences.
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 |