TIMPoiInfo class

POI information class / POI信息类

Implemented types

Constructors

TIMPoiInfo({String? name, TIMCoordinate? pt, String? address, String? uid, String? province, String? city})
Constructor of TIMPoiInfo / TIMPoiInfo构造方法
TIMPoiInfo.fromMap(Map map)
map => TIMPoiInfo

Properties

address String?
POI full address / POI地址信息
getter/setter pair
city String?
City where POI located / POI所在城市
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
POI name / POI名称
getter/setter pair
province String?
Province where POI located / POI所在省份
getter/setter pair
pt TIMCoordinate?
POI coordinate / POI坐标
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
POI unique identifier 'uid' / POI唯一标识符uid√
getter/setter pair

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