map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface DrawingOptions

    Options supported when creating a new Drawing instance.

    interface DrawingOptions {
        mode?: DrawingMode;
        symbols?: SymbolLookup;
        vertexMode?: VertexMode;
        view: View;
    }
    Index

    Properties

    The drawing mode. Defaults to "rectangle".

    symbols?: SymbolLookup

    Custom symbols.

    vertexMode?: VertexMode

    Defines when vertices are added during drawing.

    view: View

    The view to draw on.