RenderMode enum
Describes whether a map or frame has been fully rendered or not. @param value String value of this enum
Values
- PARTIAL → const RenderMode
-
The map is partially rendered. Partially rendered map means that not all data needed to render the map has been arrived from the network or being parsed.
- FULL → const RenderMode
-
The map is fully rendered. */
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<
RenderMode> - A constant List of the values in this enum, in order of their declaration.