BMFOpenNaviOption class Null safety

调起客户端导航参数

Implementers

Constructors

BMFOpenNaviOption({required dynamic startCoord, String? startName, required dynamic endCoord, String? endName, required BMFNaviType? naviType, String? appScheme, String? appName, bool? isSupportWeb = true, BMFNaviRoutePlanType? preferenceType})
BMFOpenNaviOption构造方法
BMFOpenNaviOption.fromMap(Map map)
map => BMFOpenNaviOption

Properties

appName ↔ String?
应用名称
read / write
appScheme ↔ String?
指定返回自定义scheme
read / write
endCoord ↔ dynamic
导航终点, 经纬度坐标
read / write
endName ↔ String?
导航终点名称
read / write
hashCode → int
The hash code for this object.
read-only, inherited
isSupportWeb ↔ bool?
调起百度地图客户端驾车导航失败后,是否支持调起web地图,
read / write
调起导航类型
read / write
preferenceType BMFNaviRoutePlanType?
导航路线偏好设置(步行(AR)、骑行导航设置该参数无效),可选 since 3.2.0
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
startCoord ↔ dynamic
导航起点, 经纬度坐标
read / write
startName ↔ String?
导航起点名称
read / write

Methods

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

Operators

operator ==(Object other) → bool
The equality operator.
inherited