Google Maps Platform · Arazzo Workflow
Google Maps Reverse Geocode a Coordinate and Discover What Is Around It
Version 1.0.0
Turn raw coordinates into a street address, then list the points of interest surrounding that point.
View Spec
View on GitHub
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolarArazzoWorkflows
Provider
Workflows
reverse-geocode-to-nearby
Resolve a coordinate to an address and enumerate the places surrounding it.
Reverse geocodes a latitude/longitude pair into an address and place ID, confirms the geocoder returned an OK status, and then runs a distance-ranked nearby search anchored on the geocoder's own snapped coordinates.
1
reverseGeocode
Convert the raw coordinate into an address. The location_type output is the honest quality signal here - ROOFTOP is an exact fix while APPROXIMATE means the address is a neighbourhood-level guess and should be labelled as such.
2
discoverSurroundings
List the places around the geocoder's snapped coordinate, ranked by distance. The Geocoding API's lat/lng are remapped onto the Places API's latitude/longitude circle centre - the two services name these fields differently and passing them through unchanged silently yields no results.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.