iOS高德地图SDK(搜索)  V9.5.0
AMapIndoorData Class Reference

POI室内地图信息 More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapIndoorData:
AMapSearchObject

Properties

NSInteger indoorMap
 是否有室内地图标志 1为有 0为没有 More...
 
NSInteger floor
 楼层索引,一般会用数字表示,例如8。indoorMap为0时不返回 More...
 
NSString * floorName
 所在楼层,一般会带有字母,例如F8。indoorMap为0时不返回 More...
 
NSString * pid
 如果当前POI为建筑物类POI,则cpid为自身POI ID;如果当前POI为商铺类POI,则cpid为其所在建筑物的POI ID。indoorMap为0时不返回 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

POI室内地图信息

Property Documentation

◆ floor

- (NSInteger) floor
readwritenonatomicassign

楼层索引,一般会用数字表示,例如8。indoorMap为0时不返回

◆ floorName

- (NSString*) floorName
readwritenonatomiccopy

所在楼层,一般会带有字母,例如F8。indoorMap为0时不返回

◆ indoorMap

- (NSInteger) indoorMap
readwritenonatomicassign

是否有室内地图标志 1为有 0为没有

Since
9.4.0

◆ pid

- (NSString*) pid
readwritenonatomiccopy

如果当前POI为建筑物类POI,则cpid为自身POI ID;如果当前POI为商铺类POI,则cpid为其所在建筑物的POI ID。indoorMap为0时不返回


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。