BaiduMap_IOSSDK_v4.2.1_Docs
Protected 成员函数 | 属性 | 所有成员列表
BMKReverseGeoCodeSearchResult类 参考

反地理编码结果类 更多...

#import <BMKGeocodeSearchResult.h>

类 BMKReverseGeoCodeSearchResult 继承关系图:

Protected 成员函数

() - __deprecated_msg
 

属性

CLLocationCoordinate2D location
 地址坐标
 
NSString * address
 地址名称
 
NSString * businessCircle
 商圈名称
 
BMKAddressComponentaddressDetail
 层次化地址信息
 
NSInteger confidence
 
NSArray< BMKPoiInfo * > * poiList
 地址周边POI信息,成员类型为BMKPoiInfo
 
NSArray< BMKSearchRGCRegionInfo * > * poiRegions
 地址所属区域面信息
 
NSString * sematicDescription
 结合当前位置POI的语义化结果描述
 
NSString * cityCode
 城市编码(此字段不再更新,建议使用addressDetail中的adCode)
 

详细描述

反地理编码结果类

属性说明

◆ confidence

- (NSInteger) confidence
readwritenonatomicassign

可信度,值范围0-100,数值越大,可信度越高,误差范围越小 大于80误差小于100m,该字段仅作参考,返回结果准确度主要参考precise参数


该类的文档由以下文件生成: