BMFNaviType enum

调起客户端的导航类型

Constants

ARWalkNavi → const BMFNaviType

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

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

const BMFNaviType(3)
DriveNavi → const BMFNaviType

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

const BMFNaviType(0)
RideNavi → const BMFNaviType

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

<客户端v8.8以后支持

const BMFNaviType(2)
values → const List<BMFNaviType>

A constant List of the values in this enum, in order of their declaration.

const List<BMFNaviType>
WalkNavi → const BMFNaviType

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

<客户端v8.8以后支持

const BMFNaviType(1)

Properties

index → int

The integer index of this enum.

final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited