Reverse geocode GPS coordinates
dawarich_reverse_geocodeConvert GPS latitude and longitude into a physical address via Nominatim or a custom geocoder. Supports language and zoom settings, turning raw coordinates into useful location context.
Instructions
Converts GPS coordinates to an address using the configured reverse geocoder. Defaults to OpenStreetMap Nominatim unless DAWARICH_GEOCODER_URL is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Geocoder detail level. Nominatim commonly uses 0-18. | |
| language | No | Preferred response language, for example cs or en. | |
| latitude | Yes | Latitude. | |
| longitude | Yes | Longitude. |