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;
此类表示室内图基础信息
Definition: BMKBaseIndoorMapInfo.h:18
NSString * strID
室内ID
Definition: BMKBaseIndoorMapInfo.h:20
NSArray * arrStrFloors
所有楼层信息
Definition: BMKBaseIndoorMapInfo.h:24
NSString * strFloor
当前楼层
Definition: BMKBaseIndoorMapInfo.h:22