Skip to main content
Use Google Maps when you want a workflow step to geocode addresses, search for places, retrieve place details, calculate routes, or look up time zones from a connected account.

Configuration

Before you configure this step, connect Google Maps in Integrations for your workspace using the OAuth flow. If no active connection is available, the step shows a warning with a link to Integrations instead of the account selector.

Arguments form

When you select an action, the Arguments section automatically renders a form driven by the action’s input schema. Text and query fields support workflow placeholders via Insert Variable. Switch to the Raw JSON tab for power users or when you prefer to write the full arguments object by hand. Changes in either tab stay in sync.

Available actions

The workflow action picker shows a curated subset focused on location lookups and routing: Tile, aerial video, and device geolocation actions are not exposed in the workflow action picker.

Output

This step stores the Google Maps API response as the step output. The shape of the response depends on the action. Use the full output reference in later steps:

Example

  1. Open Integrations and connect Google Maps if you have not already done that.
  2. Add a Google Maps step to your workflow.
  3. Select a connected account in Authentication.
  4. Choose Text Search in Action and enter a query such as coffee shops in Austin, TX.
  5. Pass coordinates or place IDs from Output into a later Get Route step.
  6. Click Run in the step header to test the action.

Notes

  • This step depends on a connected Google Maps integration in your workspace.
  • Google Maps API quotas and billing apply to workflow actions the same as direct API usage.
  • OAuth may show third-party authorization branding during the connect flow.

Using Google Maps as an Agent Tool

You can also add Google Maps as a tool in the Agent Editor. Open the agent, click Add tool, and select Google Maps. In the tool settings panel, choose the connected account the agent should use. See also: Integrations, Creating and Editing, and Testing and Iteration