LocationPoi class

Constructors

LocationPoi(String adcode, String address, String businessArea, String city, String citycode, String province, String direction, double distance, String district, String email, String gridcode, bool hasIndoorMap, String name, String parkingType, String pcode, String postcode, String shopID, String tel, String type, String typecode, String uid, String website, double latitude, double longitude)
LocationPoi.fromJson(Map json)
factory

Properties

adcode String
区域编码
final
address String
地址
final
businessArea String
所在商圈
final
city String
城市名称
final
citycode String
城市编码
final
direction String
方向
final
distance double
距中心点的距离,单位米。在周边搜索时有效
final
district String
区域名称
final
email String
电子邮件
final
gridcode String
地理格ID
final
hashCode int
The hash code for this object.
no setterinherited
hasIndoorMap bool
是否有室内地图
final
latitude double
纬度(垂直方向)
final
longitude double
经度(水平方向)
final
name String
名称
final
parkingType String
停车场类型,地上、地下、路边
final
pcode String
省编码
final
postcode String
邮编
final
province String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopID String
商铺id
final
tel String
电话
final
type String
兴趣点类型
final
typecode String
类型编码
final
uid String
POI全局唯一ID
final
website String
网址
final

Methods

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

Operators

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