geocode_place
Convert Google Place IDs into readable addresses using the Google Maps Geocoding API, with support for language localization and result filtering.
Instructions
Convert a Google Place ID to a human-readable address using Google Maps Geocoding API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place_id | Yes | Google Place ID. Example: "ChIJd8BlQ2BZwokRAFUEcm_qrcA" | |
| 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"]) |