GeoPoiLocation class

PIO地址信息

Constructors

GeoPoiLocation.fromMap(Map map)
fromMap

Properties

adm1 String
该地区/城市所属行政区域 内蒙古
getter/setter pair
adm2 String
该地区/城市的上级城市 乌兰察布
getter/setter pair
country String
该地区/城市所属国家名称 中国
getter/setter pair
城市的天气预报网页链接 http://hfx.link/ae45;安卓 POI信息搜索/POI范围搜索时 为空
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
地区/城市ID 101080402
getter/setter pair
isDst String
该地区/城市是否当前处于夏令时,1: 表示当前处于夏令时, 0: 表示当前不是夏令时 0
getter/setter pair
lat String
地区/城市纬度 40.89576
getter/setter pair
lon String
地区/城市经度 112.577702
getter/setter pair
name String
地区/城市名称/地址 卓资
getter/setter pair
rank String
该地区/城市评分 10
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
该地区/城市的属性 city
getter/setter pair
tz String
该地区/城市所在时区 Asia/Shanghai
getter/setter pair
utcOffset String
该地区/城市目前与UTC时间偏移的小时数 +08:00
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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