BMFRouteNode class
此类表示路线中的一节点,节点包括:路线起终点,公交站点等
- Implementers
Constructors
- BMFRouteNode({String uid, String title, BMFCoordinate location})
- 有参构造
- BMFRouteNode.fromMap(Map map)
- map => BMFRouteNode
Properties
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