百度地图SDK for iOS v4.1.1 类参考
BMKBaseIndoorMapInfo.h
1 //
2 // BMKBaseIndoorMapInfo.h
3 // MapComponent
4 //
5 // Created by wzy on 16/4/2.
6 // Copyright © 2016年 baidu. All rights reserved.
7 //
8 
9 #ifndef BMKBaseIndoorMapInfo_h
10 #define BMKBaseIndoorMapInfo_h
11 
12 #import <CoreLocation/CoreLocation.h>
13 #import <Foundation/Foundation.h>
14 #import <QuartzCore/QuartzCore.h>
15 
17 @interface BMKBaseIndoorMapInfo : NSObject
18 
20 @property (nonatomic, strong) NSString* strID;
22 @property (nonatomic, strong) NSString* strFloor;
24 @property (nonatomic, strong) NSMutableArray* arrStrFloors;
25 
26 @end
27 
28 #endif /* BMKBaseIndoorMapInfo_h */
NSMutableArray * arrStrFloors
所有楼层信息
Definition: BMKBaseIndoorMapInfo.h:24
此类表示室内图基础信息
Definition: BMKBaseIndoorMapInfo.h:17
NSString * strID
室内ID
Definition: BMKBaseIndoorMapInfo.h:20
NSString * strFloor
当前楼层
Definition: BMKBaseIndoorMapInfo.h:22