@ngyewch/leaflet-webcomponent
    Preparing search index...

    Interface VideoOverlayConfiguration

    VideoOverlay configuration.

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

    Properties

    bounds: LatLngBounds

    Bounds.

    fitBounds?: boolean

    Fit bounds on display/select.

    kind: "VideoOverlay"

    Kind.

    Options.

    videoUrl: string | string[]

    Image URL(s).