AMapPoi class

Constructors

AMapPoi({String? id, String? typeDes, String? typeCode, String? address, String? tel, int? distance, String? parkingType, String? shopID, String? postCode, String? website, String? email, String? province, String? provinceCode, String? city, String? cityCode, String? adCode, String? direction, IndoorData? indoorData, String? businessArea, LatLng? latLng, String? name, String? district})
AMapPoi.fromJson(Map json)
factory

Properties

adCode String?
区域编码
final
address String?
地址
final
businessArea String?
所在商圈
final
city String?
城市名称
final
cityCode String?
城市编码
final
direction String?
区域名称
final
distance int?
距中心点的距离,单位米。在周边搜索时有效
final
district String?
final
email String?
电子邮件
final
hashCode int
The hash code for this object.
no setterinherited
id String?
POI全局唯一ID
final
indoorData IndoorData?
室内地图信息
final
latLng LatLng?
final
name String?
返回POI的名称。
final
parkingType String?
停车场类型,地上、地下、路边
final
postCode String?
邮编
final
province String?
final
provinceCode String?
省编码
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopID String?
商铺id
final
tel String?
电话
final
typeCode String?
类型编码
final
typeDes String?
兴趣点类型
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