Google Maps result content.

interface GoogleMapsResultContent {
    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.

Required. The results of the Google Maps.

signature?: string

A signature hash for backend validation.

type: "google_maps_result"