iOS高德地图SDK(3D)  V7.5.0
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 
16 @interface MAIndoorFloorInfo : NSObject
18 @property (nonatomic, readonly) NSString *floorName;
20 @property (nonatomic, readonly) int floorIndex;
22 @property (nonatomic, readonly) NSString *floorNona;
24 @property (nonatomic, readonly) BOOL isPark;
25 @end
26 
28 @interface MAIndoorInfo : NSObject
30 @property (nonatomic, readonly) NSString *cnName;
32 @property (nonatomic, readonly) NSString *enName;
34 @property (nonatomic, readonly) NSString *poiID;
36 @property (nonatomic, readonly) NSString *buildingType;
38 @property (nonatomic, readonly) int activeFloorIndex;
40 @property (nonatomic, readonly) int activeFloorInfoIndex;
42 @property (nonatomic, readonly) NSArray *floorInfo;
44 @property (nonatomic, readonly) int numberOfFloor;
46 @property (nonatomic, readonly) int numberOfParkFloor;
47 @end
48 
49 #endif
int floorIndex
楼层index
Definition: MAIndoorInfo.h:20
室内图信息
Definition: MAIndoorInfo.h:28
室内楼层信息
Definition: MAIndoorInfo.h:16
NSString * floorName
楼层名
Definition: MAIndoorInfo.h:18
NSString * floorNona
楼层别名
Definition: MAIndoorInfo.h:22
BOOL isPark
是否属于停车场
Definition: MAIndoorInfo.h:24
© 2017 高德信息技术有限公司 版权所有,保留所有权利。