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

Methods

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

Operators

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