maps_reverse_geocode
Convert coordinates into precise addresses, from most to least specific. Filter results by address type or location precision for targeted matches.
Instructions
Convert coordinates into the addresses at that point, ordered from most to least specific. Filter with result_type (e.g. "street_address") or location_type (e.g. "ROOFTOP") when only one kind of match is useful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ISO 639 language code for the formatted address. | |
| location | Yes | Coordinates as "latitude,longitude", e.g. "46.9480,7.4474". | |
| result_type | No | Optional address type filter, e.g. "street_address" or "locality|postal_code". | |
| location_type | No | Optional precision filter: ROOFTOP, RANGE_INTERPOLATED, GEOMETRIC_CENTER or APPROXIMATE. Values can be combined with "|". |