BMFNaviType enum Null safety

调起客户端的导航类型

Inheritance
  • Object
  • Enum
  • BMFNaviType

Constructors

BMFNaviType()
const

Values

DriveNavi → const BMFNaviType

<调起百度地图客户端驾车导航页面(不支持调起web地图)

BMFNaviType()
WalkNavi → const BMFNaviType

<调起百度地图客户端步行导航页面(不支持调起web地图)

<客户端v8.8以后支持

BMFNaviType()
RideNavi → const BMFNaviType

<调起百度地图客户端骑行导航页面(不支持调起web地图)

<客户端v8.8以后支持

BMFNaviType()
ARWalkNavi → const BMFNaviType

<调起百度地图AR步行导航

<百度地图客户端v9.7.5以后支持AR步行导航,低于此版本,默认调用步行导航;注:客户端版本低于8.6.9,不支持步行导航。

BMFNaviType()
NewEngDriveNavi → const BMFNaviType

<调起百度地图客户端驾车(新能源车)导航页面(不支持调起web地图) since 3.2.0 仅支持iOS

BMFNaviType()
MotorNavi → const BMFNaviType

<调起百度地图客户端摩托车导航页面(不支持调起web地图) since 3.2.0 仅支持iOS

BMFNaviType()
TruckNavi → const BMFNaviType

<调起百度地图客户端货车导航页面(不支持调起web地图) since 3.2.0 仅支持iOS 百度地图客户端15.4.0以后支持

BMFNaviType()

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<BMFNaviType>
A constant List of the values in this enum, in order of their declaration.
[DriveNavi, WalkNavi, RideNavi, ARWalkNavi, NewEngDriveNavi, MotorNavi, TruckNavi]