BMFOpenTruckNaviOption class Null safety

调起客户端货车导航参数

Inheritance

Constructors

BMFOpenTruckNaviOption({required dynamic startCoord, String? startName, required dynamic endCoord, String? endName, required BMFNaviType? naviType, String? appScheme, String? appName, bool? isSupportWeb = true, BMFNaviRoutePlanType? preferenceType, double? height, double? width, double? weight, double? length, double? axleWeight, int? axleCount, bool? isTrailer, String? plateProvince, String? plateNumber, int? plateColor, double? displacement, int? powerType, int? emissionLimit, bool? loadWeight})
BMFOpenTruckNaviOption.fromMap(Map map)
map => BMFOpenTruckNaviOption

Properties

appName ↔ String?
应用名称
read / write, inherited
appScheme ↔ String?
指定返回自定义scheme
read / write, inherited
axleCount ↔ int?
轴数,范围0, 50,可选
read / write
axleWeight ↔ double?
轴重,单位吨,范围0,100,可选
read / write
displacement ↔ double?
百公里油耗,单位L,可选
read / write
emissionLimit ↔ int?
排放标准 。取值范围1-6,对 应国1-国6标准,可选
read / write
endCoord ↔ dynamic
导航终点, 经纬度坐标
read / write, inherited
endName ↔ String?
导航终点名称
read / write, inherited
hashCode → int
The hash code for this object.
read-only, inherited
height ↔ double?
车辆高度,单位米,范围0,10,可选
read / write
isSupportWeb ↔ bool?
调起百度地图客户端驾车导航失败后,是否支持调起web地图,
read / write, inherited
isTrailer ↔ bool?
是否挂车,可选
read / write
length ↔ double?
车辆长度,单位米,范围0,25,可选
read / write
loadWeight ↔ bool?
核定载重。单位吨,范围0,100,可选
read / write
调起导航类型
read / write, inherited
plateColor ↔ int?
车牌颜色,0:蓝色(默认) 1:黄 2:黑 3:白 4:绿,可选
read / write
plateNumber ↔ String?
车牌号码,省份外的号码,如B69999,可选
read / write
plateProvince ↔ String?
车牌省份,如京,粤,可选
read / write
powerType ↔ int?
动力类型1-汽油;2-柴油;3-电动;4-混合,可选
read / write
preferenceType BMFNaviRoutePlanType?
导航路线偏好设置(步行(AR)、骑行导航设置该参数无效),可选 since 3.2.0
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
startCoord ↔ dynamic
导航起点, 经纬度坐标
read / write, inherited
startName ↔ String?
导航起点名称
read / write, inherited
weight ↔ double?
车辆总重,单位吨,范围0,100,可选
read / write
width ↔ double?
车辆宽度, 单位米,范围0,5,可选
read / write

Methods

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

Operators

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