TencentMapSDK_iOS_3D_v6.4.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
11NS_ASSUME_NONNULL_BEGIN
12
16@interface QCustomLayer : NSObject
17
21@property (nonatomic, copy ) NSString *layerID;
22
23@end
24
25NS_ASSUME_NONNULL_END
用于自定义图层的类
定义 QCustomLayer.h:17
NSString * layerID
图层的唯一标识. 在个性化图层编辑平台成功上传图层时得到的其标识字符串
定义 QCustomLayer.h:21