Google Maps Platform · Arazzo Workflow
Google Maps Enrich a Postal Address into a Full Place Record
Version 1.0.0
Geocode an address to a place ID, then use that place ID to pull the full Places record.
View Spec
View on GitHub
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolarArazzoWorkflows
Provider
Workflows
address-to-place-details
Turn a stored postal address into a canonical, enriched Google place record.
Forward geocodes an address under optional component filtering, confirms the geocoder returned an OK status, and reads the full Places record for the resolved place ID.
1
geocodeAddress
geocode
Forward geocode the address to obtain its place ID plus the precision signals. Read location_type and partial_match from the outputs before trusting anything downstream of this step.
2
enrichFromPlaces
getPlaceDetails
Read the Places record behind the geocoded place ID. Place IDs are shared across Google Maps Platform, so the identifier the Geocoding API minted is directly addressable here without any re-searching by name.
Source API Descriptions
openapi