maps_place_id_lookup
Resolve a Google place ID to its address and coordinates using the Geocoding API. A cost-effective choice when only location data is needed.
Instructions
Resolve a place ID to its address and coordinates through the Geocoding API. Cheaper than maps_place_details when only the location is needed, but it returns no opening hours, phone number, rating or website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ISO 639 language code for the formatted address. | |
| place_id | Yes | Google place ID, e.g. "ChIJ...". |