public static final class Address2GeoResultObject.Address2GeoResult
extends JsonComposer
Modifier and Type | Field and Description |
---|---|
AdInfo |
ad_info
行政区划信息
|
AddressComponent |
address_components
解析后的地址部件
|
float |
deviation
Deprecated.
使用
level 替换 |
LatLng |
latLng
解析到的坐标
|
int |
level
解析精度级别,分为11个级别,一般 >= 9即可采用(定位到点,精度较高) 也可根据实际业务需求自行调整,完整取值表见下文。
|
int |
reliability
可信度参考:值范围 1 (低可信) - 10 (高可信)
我们根据用户输入地址的准确程度,在解析过程中,将解析结果的可信度(质量),由低到高,分为1 - 10级,该值>=7时,解析结果较为准确,<7时,会存各类不可靠因素,开发者可根据自己的实际使用场景,对于解析质量的实际要求,进行参考。
|
float |
similarity
Deprecated.
使用
reliability 替换 |
Constructor and Description |
---|
Address2GeoResult() |
public LatLng latLng
public AddressComponent address_components
public AdInfo ad_info
public float similarity
reliability
替换public float deviation
level
替换public int reliability
public int level
1 城市 2 区、县 3 乡镇、街道 4 村、社区 5 开发区 6 热点区域、商圈 7 道路 8 道路附属点:交叉口、收费站、出入口等 9 门址 10 小区、大厦 11 POI点