BMFRouteNode class
此类表示路线中的一节点,节点包括:路线起终点,公交站点等
- Implementers
Constructors
- BMFRouteNode({String? uid, String? title, BMFCoordinate? location})
- 有参构造
- BMFRouteNode.fromMap(Map map)
- map => BMFRouteNode
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- location ↔ BMFCoordinate?
-
该节点的坐标
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- title ↔ String?
-
该节点的名称
read / write
- uid ↔ String?
-
该节点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