BMFBusStation class

此类表示公交站点信息

Inheritance

Constructors

BMFBusStation({String uid, String title, BMFCoordinate location})
有参构造
BMFBusStation.fromMap(Map map)
map => BMFBusStation

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
location ↔ BMFCoordinate
该节点的坐标
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
title ↔ String
该节点的名称
read / write, inherited
uid ↔ String
该节点uid
read / write, inherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
override
toString() → String
Returns a string representation of this object.
inherited

Operators

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