高德地图SDK(导航)  V11.1.000
MAIndoorInfo.h
Go to the documentation of this file.
1 //
2 // MAIndoorInfo.h
3 // MAMapKit
4 //
5 // Created by 翁乐 on 5/6/16.
6 // Copyright © 2016 Amap. All rights reserved.
7 //
8 
9 #import "MAConfig.h"
10 
11 #if MA_INCLUDE_INDOOR
12 
13 #import <Foundation/Foundation.h>
14 
17 @interface MAIndoorFloorInfo : NSObject
20 @property (nonatomic, readonly) NSString *floorName;
23 @property (nonatomic, readonly) int floorIndex;
26 @property (nonatomic, readonly) NSString *floorNona;
29 @property (nonatomic, readonly) BOOL isPark;
30 @end
31 
34 @interface MAIndoorInfo : NSObject
37 @property (nonatomic, readonly) NSString *cnName;
40 @property (nonatomic, readonly) NSString *enName;
43 @property (nonatomic, readonly) NSString *poiID;
46 @property (nonatomic, readonly) NSString *buildingType;
49 @property (nonatomic, readonly) int activeFloorIndex;
52 @property (nonatomic, readonly) int activeFloorInfoIndex;
55 @property (nonatomic, readonly) NSArray *floorInfo;
58 @property (nonatomic, readonly) int numberOfFloor;
61 @property (nonatomic, readonly) int numberOfParkFloor;
62 @end
63 
64 #endif
Definition: MAIndoorInfo.h:18
int floorIndex
Definition: MAIndoorInfo.h:23
NSString * floorName
Definition: MAIndoorInfo.h:20
NSString * floorNona
Definition: MAIndoorInfo.h:26
BOOL isPark
Definition: MAIndoorInfo.h:29
Definition: MAIndoorInfo.h:35
© 2017 高德信息技术有限公司 版权所有,保留所有权利。