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 |
freehand | Coordinates are added when the mouse or touch is dragged on the map.
Literal value |
hybrid | Coordinates are added when the mouse or touch is clicked or dragged.
Literal value |