9 #ifndef BMKBaseIndoorMapInfo_h 10 #define BMKBaseIndoorMapInfo_h 12 #import <CoreLocation/CoreLocation.h> 13 #import <Foundation/Foundation.h> 14 #import <QuartzCore/QuartzCore.h> 20 @property (nonatomic, strong) NSString*
strID;
22 @property (nonatomic, strong) NSString*
strFloor;
24 @property (nonatomic, strong) NSMutableArray*
arrStrFloors;
NSString * strID
室内ID
Definition: BMKBaseIndoorMapInfo.h:20
NSMutableArray * arrStrFloors
所有楼层信息
Definition: BMKBaseIndoorMapInfo.h:24
此类表示室内图基础信息
Definition: BMKBaseIndoorMapInfo.h:17
NSString * strFloor
当前楼层
Definition: BMKBaseIndoorMapInfo.h:22