RenderMode enum

Describes whether a map or frame has been fully rendered or not. @param value String value of this enum

Inheritance

Constructors

RenderMode()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<RenderMode>
A constant List of the values in this enum, in order of their declaration.