reverse_geocode
Convert GPS coordinates to a human-readable address. Input latitude and longitude to get the formatted address and location details.
Instructions
Convert GPS coordinates to a human-readable address.
Use this when you have coordinates and need to know the address.
Args: latitude: Latitude coordinate (e.g., 42.4531) longitude: Longitude coordinate (e.g., 18.5375)
Returns: Dictionary with formatted address and location details.
Example: reverse_geocode(42.4531, 18.5375)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes |