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

    Interface ImageOverlayConfiguration

    ImageOverlay configuration.

    interface ImageOverlayConfiguration {
        bounds: LatLngBounds;
        fitBounds?: boolean;
        imageUrl: string;
        kind: "ImageOverlay";
        options?: ImageOverlayOptions;
    }
    Index

    Properties

    bounds: LatLngBounds

    Bounds.

    fitBounds?: boolean

    Fit bounds on display/select.

    imageUrl: string

    Image URL.

    kind: "ImageOverlay"

    Kind.

    Options.