BMFGeoCodeSearchResult class
地址编码结果类
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-only, inherited
- 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-only, inherited
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