BMFOpenRouteType enum Null safety

调起客户端的导航类型

Inheritance
  • Object
  • Enum
  • BMFOpenRouteType

Constructors

BMFOpenRouteType()
const

Values

WalkingRoute → const BMFOpenRouteType

<调起百度地图步行路线

BMFOpenRouteType()
DrivingRoute → const BMFOpenRouteType

<调起百度地图驾车路线

BMFOpenRouteType()
TransitRoute → const BMFOpenRouteType

<调起百度地图公共交通路线

BMFOpenRouteType()
NewEngDriveoute → const BMFOpenRouteType

<调起百度地图新能源车路线 since 3.2.0

BMFOpenRouteType()
TruckRoute → const BMFOpenRouteType

<调起百度地图货车路线 since 3.2.0

BMFOpenRouteType()

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<BMFOpenRouteType>
A constant List of the values in this enum, in order of their declaration.
[WalkingRoute, DrivingRoute, TransitRoute, NewEngDriveoute, TruckRoute]