BMFReverseGeoCodeSearchResult class Null safety
反地理编码结果类
Constructors
- 
          BMFReverseGeoCodeSearchResult({dynamic location, String? address, String? businessCircle, dynamic addressDetail, int? confidence, List? poiList, List<
BMFSearchRGCRegionInfo> ? poiRegions, String? sematicDescription}) - 有参构造
 - BMFReverseGeoCodeSearchResult.fromMap(Map map)
 - map => BMFReverseGeoCodeSearchResult
 
Properties
- address ↔ String?
 - 
  地址名称
  read / write
 - addressDetail ↔ dynamic
 - 
  层次化地址信息
  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 ↔ dynamic
 - 
  地址坐标
  read / write
 - poiList ↔ List?
 - 
  地址周边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  - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a non-existent method or property is accessed.
  inherited
 - 
  toMap(
) → Map< String, Object?>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited