apple_maps_reverse_geocode
Convert latitude and longitude coordinates into a detailed Apple Maps address, including place name, type, timezone, and display region.
Instructions
Reverse-geocode a coordinate with Apple Maps. Returns Apple Maps' address record for a coordinate: the matched place name and type (an address, street, or area of interest such as a neighborhood), the formatted and structured address, the matched center, the IANA timezone, and the display region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Display language as a BCP 47 tag. Defaults to en-US. | |
| country | No | Two-letter ISO 3166-1 country code. Defaults to US. | |
| latitude | Yes | Latitude to reverse-geocode | |
| longitude | Yes | Longitude to reverse-geocode |