Google Maps Platform · Arazzo Workflow
Google Maps Search for a Place and Assemble a Place Card
Version 1.0.0
Text search for a place, read its full details, then fetch a photo URI for rendering.
View Spec
View on GitHub
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolarArazzoWorkflows
Provider
Workflows
place-search-to-photo
Go from a natural-language query to a detailed place plus a renderable photo URI.
Searches places by text, confirms a candidate came back, enriches it through Place Details, and resolves one of its photos into a short-lived URI.
1
searchByText
searchPlacesText
Search for places matching the natural-language query, ranked by relevance and filtered to places currently open at or above the minimum rating.
2
readPlaceDetails
getPlaceDetails
Read the full record for the top candidate. This is where the fields a cost-conscious search mask omitted - opening hours, website, editorial summary, full photo list - are actually paid for and returned.
3
fetchPlacePhoto
getPlacePhoto
Resolve a photo into a short-lived URI. skipHttpRedirect is set so the response is a JSON body carrying photoUri rather than a redirect to image bytes, which lets a caller cache or proxy the image itself.