BMFNaviRoutePlanType enum

导航路线偏好枚举 since 3.2.0

Inheritance
  • Object
  • Enum
  • BMFNaviRoutePlanType

Values

BLK → const BMFNaviRoutePlanType

< 躲避拥堵(自驾)

TIME → const BMFNaviRoutePlanType

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

DIS → const BMFNaviRoutePlanType

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

FEE → const BMFNaviRoutePlanType

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

DEFAULT → const BMFNaviRoutePlanType

< 智能推荐

ECONOMICS → const BMFNaviRoutePlanType

< 省钱路线(仅货车)

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<BMFNaviRoutePlanType>
A constant List of the values in this enum, in order of their declaration.