geocoding_reverse
Convert latitude and longitude coordinates to a human-readable address and place details using Nominatim 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 | |
| accept_language | No | Preferred result language, forwarded to Nominatim | |
| addressdetails | No | Include address details, defaults to true | |
| extratags | No | Include OSM extra tags | |
| namedetails | No | Include multilingual name details |