reverse_geocode
Convert latitude and longitude coordinates into a human-readable place name. Use when you need to identify a location from GPS coordinates.
Instructions
Returns a place name for a given coordinate pair. Use this when you have lat/lng coordinates and need a human-readable location name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude in decimal degrees | |
| lon | Yes | Longitude in decimal degrees |