BMFOpenNaviOption class

调起客户端导航参数

Implemented types
  • BMFModel

Constructors

BMFOpenNaviOption({@required BMFCoordinate startCoord, String startName, @required BMFCoordinate endCoord, String endName, @required BMFNaviType naviType, String appScheme, String appName, bool isSupportWeb: true})
BMFOpenNaviOption构造方法

Properties

appName ↔ String
应用名称 [...]
read / write
appScheme ↔ String
指定返回自定义scheme [...]
read / write
endCoord ↔ BMFCoordinate
导航终点, 经纬度坐标
read / write
endName ↔ String
导航终点名称
read / write
isSupportWeb ↔ bool
调起百度地图客户端驾车导航失败后,是否支持调起web地图, [...]
read / write
调起导航类型
read / write
startCoord ↔ BMFCoordinate
导航起点, 经纬度坐标
read / write
startName ↔ String
导航起点名称
read / write
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

fromMap(Map map) → dynamic
map -> dynamic
override
toMap() → Map<String, Object>
model -> map
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

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

Static Methods