BMFPlanNode class

线路检索节点信息,一个路线检索节点可以通过经纬度坐标或城市名加地名确定

Constructors

BMFPlanNode({String? cityName, int? cityID, String? name, BMFCoordinate? pt, String? uid})
有参构造
BMFPlanNode.fromMap(Map map)
map => BMFPlanNode

Properties

cityID ↔ int?
节点所在城市ID
read / write
cityName ↔ String?
节点所在城市
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
name ↔ String?
节点名称
read / write
pt ↔ BMFCoordinate?
节点坐标
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
uid ↔ String?
节点POI的uid,在已知起点POI的uid情况下,请尽量填写uid,将提升路线规划的准确性
read / write

Methods

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

Operators

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