GraphicsRenderingMode enum
The different rendering modes for GraphicsOverlay.
Constructors
- GraphicsRenderingMode()
-
const
Values
- dynamic → const GraphicsRenderingMode
-
Dynamic rendering mode - the default. Update graphics as the map zooms and pans in an immediate mode.
- static → const GraphicsRenderingMode
-
Static rendering mode. Only update graphics between zoom and pan operations in a retained mode. Use this mode to handle large amount of graphics.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GraphicsRenderingMode> - A constant List of the values in this enum, in order of their declaration.