Google Maps result step.

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

Properties

call_id: string

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

signature?: string

A signature hash for backend validation.

type: "google_maps_result"