The result of the Google Maps.

interface GoogleMapsResult {
    places?: GeminiNextGenAPIClient.Interactions.GoogleMapsResult.Place[];
    widget_context_token?: string;
}

Properties

The places that were found.

widget_context_token?: string

Resource name of the Google Maps widget context token.