GraphicsRenderingMode enum
The different rendering modes for GraphicsOverlay.
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
- coreValue → RT_GraphicsRenderingMode
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.