reverse_geocode
Convert latitude and longitude coordinates to the nearest street address and place name using OpenStreetMap data, returning an error for unmapped locations.
Instructions
Convert latitude/longitude coordinates to the nearest street address and place name — worldwide, via OpenStreetMap. Coordinates in the ocean or unmapped return 404, never a fabricated address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude, -90..90. | |
| lon | Yes | Longitude, -180..180. |