GoogleMapsSkill
Get driving/walking/transit directions, find places, geocode addresses, and compute routes by coordinates using Google Maps APIs.
Class: GoogleMapsSkill
Tools: compute_route, lookup_address, geocode_address,
compute_route_by_coords (each tool name is configurable).
Env vars: GOOGLE_MAPS_API_KEY (required — the tool handlers read this
directly and do not fall back to an api_key config value).
api_key
Schema-level declaration for the Google Maps API key. The tool handlers read
the GOOGLE_MAPS_API_KEY environment variable at request time; a config
value is not used as a fallback.
default_mode
Default travel mode for compute_route: "driving", "walking",
"bicycling", or "transit".
route_tool_name
Custom name for the route computation tool.
lookup_tool_name
Custom name for the address / place lookup tool.
geocode_tool_name
Custom name for the address-to-coordinates geocode tool.
route_by_coords_tool_name
Custom name for the coordinate-based route computation tool.