BMFReverseGeoCodeSearchResult class
反地理编码结果类
- Inheritance
-
- Object
- BMFSearch
- BMFReverseGeoCodeSearchResult
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-onlyinherited
- id → String
-
getter方法 用于区分不同搜索结果
read-onlyinherited
- 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-onlyinherited
- sematicDescription ↔ String?
-
结合当前位置POI的语义化结果描述
read / write
Methods
-
fromMap(
Map map) → dynamic -
map -> dynamic
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
model -> map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited