BMFPlanNode class
线路检索节点信息,一个路线检索节点可以通过经纬度坐标或城市名加地名确定
Constructors
- BMFPlanNode({String cityName, int cityID, String name, BMFCoordinate pt})
- 有参构造
- 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-only, inherited
- name ↔ String
-
节点名称
read / write
- pt ↔ BMFCoordinate
-
节点坐标
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, Object> - model -> map
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited