Google Apps19 toolsBrowser login (OAuth), no API keys
Google Maps integration for AI agents
Geocode addresses and query place details
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Google Maps once and call the same tools from all of them.
Setup
Connect google-maps through ClawLink's hosted setup.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Google Maps exposes 19 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
google_maps_autocomplete | Returns place and query predictions for text input. Use when implementing as-you-type autocomplete functionality for place searches. Returns up to five predictions ordered by relevance. | Read |
google_maps_compute_route_matrix | Calculates travel distance and duration matrix between multiple origins and destinations using the modern Routes API; supports OAuth2 authentication and various travel modes. | Read |
google_maps_geocode_address_with_query | Tool to map addresses to geographic coordinates with query parameter. Use when you need to convert a textual address into latitude/longitude coordinates using the modern v4beta API. | Read |
google_maps_geocode_destinations | Tool to perform destination lookup and return detailed destination information including primary place, containing places, sub-destinations, landmarks, entrances, and navigation points. | Read |
google_maps_geocode_location | Tool to convert geographic coordinates (latitude and longitude) to human-readable addresses using reverse geocoding. Use when you need to find the address or place name for a given set of coordinates. | Read |
google_maps_geocode_place | Tool to perform geocode lookup using a place identifier to retrieve address and coordinates. Use when you need to get detailed geographic information for a specific Google Place ID. | Read |
google_maps_geocoding_api | Convert addresses into geographic coordinates (latitude and longitude) and vice versa (reverse geocoding), or get an address for a Place ID. | Read |
google_maps_geolocate | Tool to determine location based on cell towers and WiFi access points. Use when you need to find the geographic location of a device using network infrastructure data. | Read |
google_maps_get_place_details | Retrieves comprehensive details for a place using its resource name (places/{place_id} format). Use when you need detailed information about a specific place. | Read |
google_maps_get_route | Calculates one or more routes between two specified locations. Uses various travel modes and preferences; addresses must be resolvable by Google Maps. | Read |
google_maps_get2d_tile | Tool to retrieve a 2D map tile image at specified coordinates for building custom map visualizations. Use when you need to download individual map tile images for roadmap, satellite, or terrain views. | Read |
google_maps_get3d_tiles_root | Tool to retrieve the 3D Tiles tileset root configuration for photorealistic 3D map rendering. | Read |
google_maps_lookup_aerial_video | Look up an aerial view video by address or video ID | Read |
google_maps_maps_embed_api | Generate an embeddable Google Map URL and HTML iframe code | Read |
google_maps_nearby_search | Searches for places (e.g., restaurants, parks) within a specified circular area, with options | Read |
google_maps_place_photo | Retrieves high quality photographic content from the Google Maps Places database | Read |
google_maps_text_search | Searches for places on Google Maps using a textual query (e.g., "restaurants in London" | Read |
google_maps_render_aerial_video | Starts rendering an aerial view video for a US postal address | Read |
google_maps_tiles_create_session | Create a session token required for accessing 2D Tiles and Street View imagery | Read |