BMFReverseGeoCodeSearchResult class

反地理编码结果类

Constructors

BMFReverseGeoCodeSearchResult({BMFCoordinate location, String address, String businessCircle, BMFAddressComponent addressDetail, int confidence, List<BMFPoiInfo> poiList, List<BMFSearchRGCRegionInfo> poiRegions, String sematicDescription})
有参构造
BMFReverseGeoCodeSearchResult.fromMap(Map map)
map => BMFReverseGeoCodeSearchResult

Properties

address ↔ String
地址名称
read / write
addressDetail BMFAddressComponent
层次化地址信息
read / write
businessCircle ↔ String
商圈名称
read / write
confidence ↔ int
可信度,值范围0-100,数值越大,可信度越高,误差范围越小 大于80误差小于100m,该字段仅作参考,返回结果准确度主要参考precise参数
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
location ↔ BMFCoordinate
地址坐标
read / write
poiList ↔ List<BMFPoiInfo>
地址周边POI信息,成员类型为BMKPoiInfo
read / write
poiRegions ↔ List<BMFSearchRGCRegionInfo>
地址所属区域面信息
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
sematicDescription ↔ String
结合当前位置POI的语义化结果描述
read / write

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited