DrawingInteractionType enum

An enumeration of the available drawing interaction types. The drawing interaction type specifies how certain drawing modes behave.

Fields

click

Coordinates are added when the mouse or touch is clicked. Literal value "click"

freehand

Coordinates are added when the mouse or touch is dragged on the map. Literal value "freehand"

hybrid

Coordinates are added when the mouse or touch is clicked or dragged. Literal value "hybrid"