Gen6

Google Maps

Search places, geocode addresses, and retrieve directions

Google Maps Platform provides APIs for geocoding, place search, place details, and route directions.

In Gen6, the Google Maps integration allows agents to turn addresses into coordinates, reverse geocode coordinates, look up places, search nearby businesses, run text searches, and retrieve directions. This is useful for location-aware assistants, field operations, travel workflows, logistics, lead enrichment, and local search automation.

Usage Instructions

Provide a Google Maps API key, select the operation, and fill in the required location, place, query, or route fields. Different operations expose different required inputs.

Tools

google_maps_geocode

Convert a street address into geographic coordinates.

google_maps_reverse_geocode

Convert latitude and longitude into address information.

google_maps_place_details

Retrieve details for a known Google Place ID.

Search for places near a coordinate within a specified radius.

Search for places using a natural language query.

google_maps_directions

Retrieve route directions between an origin and destination.

Input

ParameterTypeRequiredDescription
apiKeystringYesGoogle Maps API key
addressstringFor geocodingStreet address
latstringFor reverse geocode and nearby searchLatitude
lngstringFor reverse geocode and nearby searchLongitude
placeIdstringFor place detailsGoogle Place ID
fieldsstringNoComma-separated place detail fields
radiusnumberFor nearby searchSearch radius in meters
keywordstringNoNearby search keyword
typestringNoNearby search place type
querystringFor text searchText search query
originstringFor directionsRoute origin
destinationstringFor directionsRoute destination
modestringNoTravel mode such as driving, walking, bicycling, or transit

Output

ParameterTypeDescription
datajsonGoogle Maps response data
statusstringGoogle Maps status
errorMessagestringGoogle Maps error message

Notes

  • Category: tools
  • Type: google_maps