geocode_reverse
Convert geographic coordinates to human-readable addresses using Google Maps Geocoding API. Input latitude/longitude to get location details with language and filtering options.
Instructions
Convert geographic coordinates (latitude/longitude) to a human-readable address using Google Maps Geocoding API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latlng | Yes | Latitude,longitude coordinates. Example: "40.714224,-73.961452" | |
| language | No | Language for results (e.g., "en", "es") | |
| region | No | Region bias (e.g., "us", "uk") | |
| result_type | No | Filter by result types (e.g., ["street_address"]) | |
| location_type | No | Filter by location precision (e.g., ["ROOFTOP"]) |