AMapGeocode class

Constructors

AMapGeocode({String? adcode, String? citycode, String? country, String? formattedAddress, String? province, String? towncode, String? township, String? building, String? city, String? district, String? neighborhood, String? streetNumber, String? level, LatLng? location, String? postcode})
AMapGeocode.fromJson(Map json)
factory

Properties

adcode String?
区域编码
final
building String?
建筑
final
city String?
final
citycode String?
城市编码
final
country String?
国家
final
district String?
final
formattedAddress String?
格式化地址
final
hashCode int
The hash code for this object.
no setterinherited
level String?
final
location LatLng?
final
neighborhood String?
社区
final
postcode String?
final
province String?
省/直辖市
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streetNumber String?
门牌信息
final
towncode String?
乡镇街道编码
final
township 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