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

    Interface AnnotationDrawMode

    Modes for drawing annotations on the map.

    See https://github.com/mapbox/mapbox-gl-draw/blob/main/docs/API.md for details.

    interface AnnotationDrawMode {
        mode: string;
        options?: object;
    }
    Index

    Properties

    Properties

    mode: string
    options?: object