/google-maps | Type: Application | PCID required: Yes
Geocoding, directions, and places
Tools
| Tool | Description |
|---|---|
google-maps_geocode | Convert address to geographic coordinates for Google Maps |
google-maps_search_places | Search for places by query with optional location and radius for Google Maps |
google-maps_place_details | Get detailed information about a specific place for Google Maps |
google-maps_distance_matrix | Calculate distance and travel time between origins and destinations in Maps |
google-maps_elevation | Get elevation data for locations for Google Maps |
google-maps_directions | Get directions between two locations for Google Maps |
google-maps_geocode
Convert address to geographic coordinates for Google Maps Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
address | string | Yes | — | Address to geocode |
google-maps_search_places
Search for places by query with optional location and radius for Google Maps Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | Query to search for places |
location | object | No | — | Location to search for places |
radius | number | No | — | Radius of search in meters |
google-maps_place_details
Get detailed information about a specific place for Google Maps Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
place_id | string | Yes | — | Place ID to get details for |
google-maps_distance_matrix
Calculate distance and travel time between origins and destinations in Maps Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
origins | string[] | Yes | — | Origins to calculate distance for |
destinations | string[] | Yes | — | Destinations to calculate distance for |
mode | string | No | — | Mode of transportation to use |
google-maps_elevation
Get elevation data for locations for Google Maps Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
locations | object[] | Yes | — | Locations to get elevation for |
google-maps_directions
Get directions between two locations for Google Maps Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
origin | string | Yes | — | Origin of direction |
destination | string | Yes | — | Destination of direction |
mode | string | No | — | Mode of transportation to use |

