You can wire the Google Maps node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.
Credentials
Connect Google Maps under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.Operations
Address validation
| Operation | ID | Description |
|---|---|---|
| Validate Address | validate_address | Address Validation: validate, correct, and standardize a postal address. |
Aerial view
| Operation | ID | Description |
|---|---|---|
| Look Up Aerial Video | aerial_lookup_video | Aerial View: look up a previously requested aerial video by ID or address. |
| Render Aerial Video | aerial_render_video | Aerial View: request rendering of an aerial video for an address (async). |
Air quality
| Operation | ID | Description |
|---|---|---|
| Air Quality (Current) | air_quality_current | Air Quality: current air quality conditions for a location. |
| Air Quality (Forecast) | air_quality_forecast | Air Quality: hourly air quality forecast (up to 96 hours ahead). |
| Air Quality (History) | air_quality_history | Air Quality: historical hourly air quality (past 30 days). |
Geocoding
| Operation | ID | Description |
|---|---|---|
| Geocode Address | geocode | Forward geocode: convert an address into lat-lng coordinates and a place ID. |
| Geocode Place ID (v4) | geocode_v4_place | Geocoding v4: resolve geographic info for a given place ID. |
| Reverse Geocode | reverse_geocode | Reverse geocode: convert lat-lng coordinates into a formatted address. |
Geolocation
| Operation | ID | Description |
|---|---|---|
| Geolocate | geolocate | Geolocation: estimate a location from cell towers / WiFi / caller IP. |
Legacy places
| Operation | ID | Description |
|---|---|---|
| Autocomplete (Legacy) | legacy_autocomplete | Legacy Places autocomplete: typeahead predictions for a partial query. |
| Find Place (Legacy) | find_place | Legacy Places find place: single best-match place from text input. |
Legacy routing
| Operation | ID | Description |
|---|---|---|
| Directions (Legacy) | directions | Legacy Directions: turn-by-turn directions between two points. |
| Distance Matrix (Legacy) | distance_matrix | Legacy Distance Matrix: travel distance/time between origins and destinations. |
Places
| Operation | ID | Description |
|---|---|---|
| Nearby Search | nearby_search | Places (New) nearby search: find places within a circle around a location. |
| Place Autocomplete | autocomplete | Places (New) autocomplete: place/query predictions for a partial input. |
| Place Details | place_details | Places (New) place details: full details for a place by ID. |
| Place Photo | place_photo | Places (New) place photo: fetch metadata/redirect for a photo resource. |
| Text Search | text_search | Places (New) text search: find places from a free-text query. |
Places insights
| Operation | ID | Description |
|---|---|---|
| Compute Insights | compute_insights | Places Aggregate: count or list places matching a location + type filter. |
Pollen
| Operation | ID | Description |
|---|---|---|
| Pollen Forecast | pollen_forecast | Pollen: daily pollen forecast (up to 5 days) for a location. |
Roads
| Operation | ID | Description |
|---|---|---|
| Nearest Roads | nearest_roads | Roads: nearest road segment(s) to a set of coordinates. |
| Snap to Roads | snap_to_roads | Roads: snap GPS points to the most likely road geometry. |
Routes
| Operation | ID | Description |
|---|---|---|
| Compute Route Matrix | compute_route_matrix | Routes API: compute route info for every origin-destination combination. |
| Compute Routes | compute_routes | Routes API: compute the primary route between origin and destination. |
Solar
| Operation | ID | Description |
|---|---|---|
| Solar Building Insights | solar_building_insights | Solar: solar potential insights for the building closest to a location. |
| Solar Data Layers | solar_data_layers | Solar: solar data layers (DSM, imagery, flux) around a location. |
Utilities
| Operation | ID | Description |
|---|---|---|
| Elevation | elevation | Elevation: elevation (meters above sea level) for points. |
| Time Zone | timezone | Time Zone: time zone for a location and timestamp. |
Weather
| Operation | ID | Description |
|---|---|---|
| Weather (Current) | weather_current | Weather: current weather conditions for a location. |
| Weather (Daily Forecast) | weather_forecast_days | Weather: daily weather forecast (up to 10 days). |
| Weather (Hourly Forecast) | weather_forecast_hours | Weather: hourly weather forecast (up to 240 hours). |
| Weather (Hourly History) | weather_history_hours | Weather: historical hourly weather (past 24 hours). |