Google Maps Platform · Arazzo Workflow
Google Maps Autocomplete a Place and Close the Session with Details
Version 1.0.0
Run a session-tokened autocomplete request, then fetch details for the chosen prediction using the same session token.
View Spec
View on GitHub
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolarArazzoWorkflows
Provider
Workflows
autocomplete-to-place-details
Resolve a partial text input into a fully detailed place within one billing session.
Requests autocomplete predictions for a partial input, confirms at least one suggestion came back, and then reads the full record for the predicted place while passing the same session token to terminate the session.
1
autocompleteInput
autocompletePlaces
Ask for predictions matching the partial input, biased toward the supplied circle. The session token issued here is what the details step must reuse.
2
resolvePredictionDetails
getPlaceDetails
Read the full record for the predicted place. Passing the same sessionToken concludes the autocomplete session so the preceding keystroke requests bill as one session rather than individually.