ImageOverlay configuration.

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

Properties

bounds: LatLngBounds

Bounds.

fitBounds?: boolean

Fit bounds on display/select.

imageUrl: string

Image URL.

kind: "ImageOverlay"

Kind.

Options.