Interface GoogleMaps

Tool to retrieve public maps data for grounding, powered by Google.

interface GoogleMaps {
    authConfig?: AuthConfig;
    enableWidget?: boolean;
}

Properties

authConfig?: AuthConfig

The authentication config to access the API. Only API key is supported. This field is not supported in Gemini API.

enableWidget?: boolean

Optional. If true, include the widget context token in the response.