place_reverse
Convert coordinates to a readable address or place name. Identify the street, city, or region for any location to label GPS traces, describe destinations, or determine administrative areas.
Instructions
Find the address or place name at a set of coordinates.
The inverse of place_geocode. Useful for labelling GPS traces, describing a delivery destination, or identifying the administrative area a position falls in (lower the zoom to get city, region or country instead of a street address).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Detail level: 18 building, 16 street, 10 city, 5 state, 3 country. | |
| location | Yes | Position in any coordinate notation: decimal degrees, DMS, a USNG/MGRS grid reference, geohash, H3 or Plus Code. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| type | No | ||
| address | Yes | ||
| category | No | ||
| latitude | Yes | ||
| longitude | Yes | ||
| display_name | Yes |