VideoOverlay configuration.

interface VideoOverlayConfiguration {
    bounds: LatLngBounds;
    fitBounds?: boolean;
    kind: "VideoOverlay";
    options?: VideoOverlayOptions;
    videoUrl: string | string[];
}

Properties

bounds: LatLngBounds

Bounds.

fitBounds?: boolean

Fit bounds on display/select.

kind: "VideoOverlay"

Kind.

Options.

videoUrl: string | string[]

Image URL(s).