geocoding_reverse
Convert latitude and longitude coordinates into a human-readable address or place name using Nominatim's reverse geocoding service. Specify zoom, language, and address details to get precise location data.
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 |