com_amap_api_services_geocoder_RegeocodeAddress class

Properties

hashCode int
The hash code for this object.
no setterinherited
refId String?
unique id of native side counterpart object
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag__ String
custom tag
finalgetter/setter pairinherited-setter

Methods

addJsonableProperty__(int propertyKey, Object property) Future<void>
为类型添加jsonable属性
inherited
addListProperty__(int propertyKey, List<Ref> property) Future<void>
为类型添加属性
inherited
addProperty__(int propertyKey, Ref property) Future<void>
为类型添加属性
inherited
asBatch<T extends Ref>(int length) List<T>
转换为批处理
inherited
getAdCode() Future<String?>
getAois() Future<List<com_amap_api_services_geocoder_AoiItem>?>
getBuilding() Future<String?>
getBusinessAreas() Future<List<com_amap_api_services_geocoder_BusinessArea>?>
getCity() Future<String?>
getCityCode() Future<String?>
getCountry() Future<String?>
getCountryCode() Future<String?>
getCrossroads() Future<List<com_amap_api_services_road_Crossroad>?>
getDistrict() Future<String?>
getFormatAddress() Future<String?>
getJsonableProperty__(int propertyKey) Future
获取添加字段的jsonable值
inherited
getNeighborhood() Future<String?>
getPois() Future<List<com_amap_api_services_core_PoiItem>?>
getProperty__(int propertyKey) Future<Ref>
获取添加字段的值
inherited
getProvince() Future<String?>
getRoads() Future<List<com_amap_api_services_geocoder_RegeocodeRoad>?>
getStreetNumber() Future<com_amap_api_services_geocoder_StreetNumber?>
getTowncode() Future<String?>
getTownship() Future<String?>
isNull() Future<bool?>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performSelectorWithObject__(String selector, Object object) Future<void>
通过反射调用方法
inherited
release__() Future<void>
释放当前引用对象
inherited
setAdCode(String var1) Future<void>
setAois(List<com_amap_api_services_geocoder_AoiItem> var1) Future<void>
setBuilding(String var1) Future<void>
setBusinessAreas(List<com_amap_api_services_geocoder_BusinessArea> var1) Future<void>
setCity(String var1) Future<void>
setCityCode(String var1) Future<void>
setCountry(String var1) Future<void>
setCountryCode(String var1) Future<void>
setCrossroads(List<com_amap_api_services_road_Crossroad> var1) Future<void>
setDistrict(String var1) Future<void>
setFormatAddress(String var1) Future<void>
setNeighborhood(String var1) Future<void>
setPois(List<com_amap_api_services_core_PoiItem> var1) Future<void>
setProvince(String var1) Future<void>
setRoads(List<com_amap_api_services_geocoder_RegeocodeRoad> var1) Future<void>
setStreetNumber(com_amap_api_services_geocoder_StreetNumber var1) Future<void>
setTowncode(String var1) Future<void>
setTownship(String var1) Future<void>
toString() String
A string representation of this object.

Operators

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

Constants

name__ → const String