BMFLineDirectionCross180Type enum Null safety

折线跨经度180的方式枚举

Inheritance
  • Object
  • Enum
  • BMFLineDirectionCross180Type

Constructors

BMFLineDirectionCross180Type()
const

Values

None → const BMFLineDirectionCross180Type

< 不跨180经度

BMFLineDirectionCross180Type()
EAST_TO_WEST → const BMFLineDirectionCross180Type

< 从东到西跨180经度

BMFLineDirectionCross180Type()
WEST_TO_EAST → const BMFLineDirectionCross180Type

< 从西到东跨180经度

BMFLineDirectionCross180Type()

Properties

hashCode → int
The hash code for this object.
read-only, inherited
index → int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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<BMFLineDirectionCross180Type>
A constant List of the values in this enum, in order of their declaration.
[None, EAST_TO_WEST, WEST_TO_EAST]