interface GoogleMapsResult {
    call_id: string;
    result?: GeminiNextGenAPIClient.Interactions.GoogleMapsResult[];
    signature?: string;
    type: "google_maps_result";
}

Properties

call_id: string

Required. ID to match the ID from the function call block.

The results of the Google Maps.

signature?: string

A signature hash for backend validation.

type: "google_maps_result"