@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Interface MapViewerOptions

    interface MapViewerOptions {
        addCloseControl?: boolean;
        allControls?: boolean;
        annotator?: boolean;
        background?: string;
        container?: string;
        debug?: boolean;
        flightPaths?: boolean;
        fullscreenControl?: boolean;
        hideTooltips?: boolean;
        images?: PreloadedImage[];
        layerOptions?: FlatMapLayerOptions;
        maxZoom?: number;
        minimap?: boolean | { position?: string; width?: string | number };
        minZoom?: number;
        navigationControl?: boolean;
        panes?: number;
        pathsDisabled?: boolean;
        showId?: boolean;
        showLngLat?: boolean;
        showPosition?: boolean;
        standalone?: boolean;
        tooltipDelay?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addCloseControl?: boolean
    allControls?: boolean
    annotator?: boolean
    background?: string
    container?: string
    debug?: boolean
    flightPaths?: boolean
    fullscreenControl?: boolean
    hideTooltips?: boolean
    images?: PreloadedImage[]
    layerOptions?: FlatMapLayerOptions
    maxZoom?: number
    minimap?: boolean | { position?: string; width?: string | number }
    minZoom?: number
    navigationControl?: boolean
    panes?: number
    pathsDisabled?: boolean
    showId?: boolean
    showLngLat?: boolean
    showPosition?: boolean
    standalone?: boolean
    tooltipDelay?: number