BaiduMap_IOSSDK_v6.2.0_Docs  6.2.0
属性 | 所有成员列表
BMKCloudReverseGeoCodeResult类 参考

云RGC检索结果类 更多...

#import <BMKCloudPOIList.h>

类 BMKCloudReverseGeoCodeResult 继承关系图:

属性

BMKAddressComponentaddressDetail
 层次化地址信息 更多...
 
NSString * address
 地址名称 更多...
 
CLLocationCoordinate2D location
 地址坐标 更多...
 
NSString * customLocationDescription
 用户定义位置描述 更多...
 
NSString * recommendedLocationDescription
 推荐的位置描述(结合poiList和customPoiList计算推荐结果) 更多...
 
NSArray * poiList
 地址周边百度地图POI信息,成员类型为BMKCloudMapPOIInfo 更多...
 
NSArray * customPoiList
 地址周边POI信息,成员类型为BMKCloudPOIInfo 更多...
 

详细描述

云RGC检索结果类

属性说明

◆ address

- (NSString*) address
readwritenonatomicstrong

地址名称

◆ addressDetail

- (BMKAddressComponent*) addressDetail
readwritenonatomicstrong

层次化地址信息

◆ customLocationDescription

- (NSString*) customLocationDescription
readwritenonatomicstrong

用户定义位置描述

◆ customPoiList

- (NSArray*) customPoiList
readwritenonatomicstrong

地址周边POI信息,成员类型为BMKCloudPOIInfo

◆ location

- (CLLocationCoordinate2D) location
readwritenonatomicassign

地址坐标

◆ poiList

- (NSArray*) poiList
readwritenonatomicstrong

地址周边百度地图POI信息,成员类型为BMKCloudMapPOIInfo

◆ recommendedLocationDescription

- (NSString*) recommendedLocationDescription
readwritenonatomicstrong

推荐的位置描述(结合poiList和customPoiList计算推荐结果)


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