BMFRecommendStopInfo class

推荐上车点信息类

Constructors

BMFRecommendStopInfo({String name, String address, BMFCoordinate location, String uid, double distance})
有参构造
BMFRecommendStopInfo.fromMap(Map map)
map => BMFRecommendStopInfo

Properties

address ↔ String
推荐上车点地址
read / write
distance ↔ double
距查找点的距离,单位米
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
location ↔ BMFCoordinate
推荐上车点经纬度
read / write
name ↔ String
推荐上车点名称
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
uid ↔ String
推荐点poi的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