TencentMapSDK_iOS_3D_v5.7.0
QIndoorInfo.h
1 //
2 // QIndoorInfo.h
3 // QMapKit
4 //
5 // Created by Zhang Tian on 2018/6/12.
6 // Copyright © 2018年 tencent. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
14 @interface QIndoorInfo : NSObject
15 
19 @property (nonatomic, copy, readonly) NSString *buildUid;
20 
24 @property (nonatomic, copy, readonly) NSString *levelName;
25 
26 
34 - (instancetype)initWithBuildUid:(NSString *)buildUid levelName:(NSString *)levelName;
35 
36 @end
QIndoorInfo::buildUid
NSString * buildUid
Definition: QIndoorInfo.h:19
QIndoorInfo::levelName
NSString * levelName
Definition: QIndoorInfo.h:24
QIndoorInfo
表示室内图的数据类.
Definition: QIndoorInfo.h:15