contextMode property

ContextMode? contextMode
getter/setter pair

The map context mode. This can be used to optimizations if we know that the drawing context is not shared with other code.

Implementation

ContextMode? contextMode;