TencentMapSDK_iOS_3D_v5.7.0
QCustomLayer.h
1 //
2 // QCustomLayer.h
3 // QMapKit
4 //
5 // Created by fan on 2019/10/10.
6 // Copyright © 2019 tencent. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 NS_ASSUME_NONNULL_BEGIN
12 
16 @interface QCustomLayer : NSObject
17 
21 @property (nonatomic, copy ) NSString *layerID;
22 
23 @end
24 
25 NS_ASSUME_NONNULL_END
QCustomLayer
用于自定义图层的类
Definition: QCustomLayer.h:17
QCustomLayer::layerID
NSString * layerID
图层的唯一标识. 在个性化图层编辑平台成功上传图层时得到的其标识字符串
Definition: QCustomLayer.h:21