BMFNaviRoutePlanType enum Null safety

导航路线偏好枚举 since 3.2.0

Inheritance
  • Object
  • Enum
  • BMFNaviRoutePlanType

Constructors

BMFNaviRoutePlanType()
const

Values

BLK → const BMFNaviRoutePlanType

< 躲避拥堵(自驾)

BMFNaviRoutePlanType()
TIME → const BMFNaviRoutePlanType

< 最短时间,高速优先(自驾)

BMFNaviRoutePlanType()
DIS → const BMFNaviRoutePlanType

< 最短路程,不走高速(自驾);不支持(货车)

BMFNaviRoutePlanType()
FEE → const BMFNaviRoutePlanType

< 少走高速,避免收费(自驾);不走高速(货车)

BMFNaviRoutePlanType()
DEFAULT → const BMFNaviRoutePlanType

< 智能推荐

BMFNaviRoutePlanType()
ECONOMICS → const BMFNaviRoutePlanType

< 省钱路线(仅货车)

BMFNaviRoutePlanType()

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<BMFNaviRoutePlanType>
A constant List of the values in this enum, in order of their declaration.
[BLK, TIME, DIS, FEE, DEFAULT, ECONOMICS]