geo_reverse
Convert latitude and longitude coordinates to a human-readable address using Nominatim. Returns structured address components.
Instructions
Reverse geocoding: convert latitude/longitude coordinates to a human-readable address using Nominatim. Returns the full address with structured components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the point to reverse-geocode (-90 to 90) | |
| lng | Yes | Longitude of the point to reverse-geocode (-180 to 180) |