BMFGeoCodeSearchResult class

地址编码结果类

Inheritance

Constructors

BMFGeoCodeSearchResult({BMFCoordinate? location, int? precise, int? confidence, String? level})
有参构造
BMFGeoCodeSearchResult.fromMap(Map map)
map => BMFGeoCodeSearchResult

Properties

confidence ↔ int?
可信度,值范围0-100,数值越大,可信度越高,误差范围越小
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
id → String
getter方法 用于区分不同搜索结果
read-onlyinherited
level ↔ String?
地址类型,包含:UNKNOWN、国家、省、商圈、生活服务等等
read / write
location ↔ BMFCoordinate?
地址对应的经纬度坐标
read / write
precise ↔ int?
是否是精准查找,1为精确查找,即准确打点,0为不精确,即模糊打点
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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