GoogleMapsResultDelta: {
    result?: GoogleMapsResult[];
    signature?: string;
    type: "google_maps_result";
}

Type declaration

  • Optionalresult?: GoogleMapsResult[]

    The results of the Google Maps.

  • Optionalsignature?: string

    A signature hash for backend validation.

  • type: "google_maps_result"