Reverse geocode a point
reverse_geocodeConvert latitude and longitude coordinates to the nearest street address, postal code, and administrative division. Returns structured location data even when address coverage is unavailable.
Instructions
Point -> nearest address (street/number/postcode) and its containing division chain.
Degrades to a divisions-only result (source: "divisions_only", plus a
note) if the addresses theme is unreachable, missing, or has no nearby
coverage — addresses is Overture's newest, least complete theme, so
this is the expected degraded path. Returns a structured {"error": ...}
instead of raising if the remote scan fails outright.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||