BaiduMap_IOSSDK_v6.6.7_Docs  6.6.7
属性 | 所有成员列表
BMKPOIDetailInfo类 参考

#import <BMKPoiSearchType.h>

类 BMKPOIDetailInfo 继承关系图:

属性

NSInteger distance
 距离中心点的距离,圆形区域检索时返回 更多...
 
NSString * alias
 POI别名 更多...
 
NSString * type
 POI类型:"hotel","cater","life"等 更多...
 
NSString * tag
 POI标签 更多...
 
NSString * label
 POI类型 更多...
 
CLLocationCoordinate2D naviLocation
 POI对应的导航引导点坐标。大型面状POI的导航引导点,一般为各类出入口,方便结合导航、路线规划等服务使用 更多...
 
NSString * detailURL
 POI详情页URL 更多...
 
CGFloat price
 POI商户的价格 更多...
 
NSString * openingHours
 POI营业时间 更多...
 
NSString * brand
 POI品牌 更多...
 
NSString * ranking
 POI相关排名 更多...
 
NSString * indoorFloor
 室内poi所在楼层 更多...
 
CGFloat overallRating
 POI总体评分 更多...
 
CGFloat tasteRating
 POI口味评分 更多...
 
CGFloat serviceRating
 POI服务评分 更多...
 
CGFloat environmentRating
 POI环境评分 更多...
 
CGFloat facilityRating
 POI星级(设备)评分 更多...
 
CGFloat hygieneRating
 POI卫生评分 更多...
 
CGFloat technologyRating
 POI技术评分 更多...
 
NSInteger imageNumber
 POI图片数目 更多...
 
NSInteger grouponNumber
 POI团购数目 更多...
 
NSInteger discountNumber
 POI优惠数目 更多...
 
NSInteger commentNumber
 POI评论数目 更多...
 
NSInteger favoriteNumber
 POI收藏数目 更多...
 
NSInteger checkInNumber
 POI签到数目 更多...
 
NSArray< BMKPOIDetailChildrenInfo * > * children
 POI详情子节点信息,默认不返回,需要权限。 更多...
 
NSArray< NSString * > * photos
 POI图片,默认不返回,需要权限。 更多...
 
NSString * image
 POI缩略图,默认不返回,需要权限。 更多...
 
BOOL isDefaultImage
 POI缩略图,是否是默认图片。注:poi详情检索该值无效 更多...
 
NSString * contentTag
 POI的展示标签。注:仅poi详情检索返回 更多...
 

属性说明

◆ alias

- (NSString*) alias
readwritenonatomiccopy

POI别名

◆ brand

- (NSString*) brand
readwritenonatomiccopy

POI品牌

◆ checkInNumber

- (NSInteger) checkInNumber
readwritenonatomicassign

POI签到数目

◆ children

- (NSArray<BMKPOIDetailChildrenInfo *>*) children
readwritenonatomiccopy

POI详情子节点信息,默认不返回,需要权限。

◆ commentNumber

- (NSInteger) commentNumber
readwritenonatomicassign

POI评论数目

◆ contentTag

- (NSString*) contentTag
readwritenonatomiccopy

POI的展示标签。注:仅poi详情检索返回

◆ detailURL

- (NSString*) detailURL
readwritenonatomiccopy

POI详情页URL

◆ discountNumber

- (NSInteger) discountNumber
readwritenonatomicassign

POI优惠数目

◆ distance

- (NSInteger) distance
readwritenonatomicassign

距离中心点的距离,圆形区域检索时返回

◆ environmentRating

- (CGFloat) environmentRating
readwritenonatomicassign

POI环境评分

◆ facilityRating

- (CGFloat) facilityRating
readwritenonatomicassign

POI星级(设备)评分

◆ favoriteNumber

- (NSInteger) favoriteNumber
readwritenonatomicassign

POI收藏数目

◆ grouponNumber

- (NSInteger) grouponNumber
readwritenonatomicassign

POI团购数目

◆ hygieneRating

- (CGFloat) hygieneRating
readwritenonatomicassign

POI卫生评分

◆ image

- (NSString*) image
readwritenonatomiccopy

POI缩略图,默认不返回,需要权限。

◆ imageNumber

- (NSInteger) imageNumber
readwritenonatomicassign

POI图片数目

◆ indoorFloor

- (NSString*) indoorFloor
readwritenonatomiccopy

室内poi所在楼层

◆ isDefaultImage

- (BOOL) isDefaultImage
readwritenonatomicassign

POI缩略图,是否是默认图片。注:poi详情检索该值无效

◆ label

- (NSString*) label
readwritenonatomiccopy

POI类型

◆ naviLocation

- (CLLocationCoordinate2D) naviLocation
readwritenonatomicassign

POI对应的导航引导点坐标。大型面状POI的导航引导点,一般为各类出入口,方便结合导航、路线规划等服务使用

◆ openingHours

- (NSString*) openingHours
readwritenonatomiccopy

POI营业时间

◆ overallRating

- (CGFloat) overallRating
readwritenonatomicassign

POI总体评分

◆ photos

- (NSArray<NSString *>*) photos
readwritenonatomiccopy

POI图片,默认不返回,需要权限。

◆ price

- (CGFloat) price
readwritenonatomicassign

POI商户的价格

◆ ranking

- (NSString*) ranking
readwritenonatomiccopy

POI相关排名

◆ serviceRating

- (CGFloat) serviceRating
readwritenonatomicassign

POI服务评分

◆ tag

- (NSString*) tag
readwritenonatomiccopy

POI标签

◆ tasteRating

- (CGFloat) tasteRating
readwritenonatomicassign

POI口味评分

◆ technologyRating

- (CGFloat) technologyRating
readwritenonatomicassign

POI技术评分

◆ type

- (NSString*) type
readwritenonatomiccopy

POI类型:"hotel","cater","life"等


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