BaiduMap_IOSSDK_v6.5.5doc_Docs  6.5.5
属性 | 所有成员列表
BMKPOIIndoorSearchResult类 参考

POI室内搜索结果类 更多...

#import <BMKPoiSearchResult.h>

类 BMKPOIIndoorSearchResult 继承关系图:

属性

NSInteger totalPOINum
 符合条件的检索结果总个数 更多...
 
NSInteger totalPageNum
 符合条件的检索结果总页数 更多...
 
NSInteger curPOINum
 当前页的结果个数 更多...
 
NSInteger curPageIndex
 当前页的页数索引 更多...
 
NSArray< BMKPoiIndoorInfo * > * poiIndoorInfoList
 室内POI列表,成员是BMKPoiIndoorInfo 更多...
 

详细描述

POI室内搜索结果类

属性说明

◆ curPageIndex

- (NSInteger) curPageIndex
readwritenonatomicassign

当前页的页数索引

◆ curPOINum

- (NSInteger) curPOINum
readwritenonatomicassign

当前页的结果个数

◆ poiIndoorInfoList

- (NSArray<BMKPoiIndoorInfo *>*) poiIndoorInfoList
readwritenonatomicstrong

室内POI列表,成员是BMKPoiIndoorInfo

◆ totalPageNum

- (NSInteger) totalPageNum
readwritenonatomicassign

符合条件的检索结果总页数

◆ totalPOINum

- (NSInteger) totalPOINum
readwritenonatomicassign

符合条件的检索结果总个数


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