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-only, inherited
location ↔ BMFCoordinate
该节点的坐标
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
title ↔ String
该节点的名称
read / write
uid ↔ String
该节点uid
read / write

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