TencentMapSDK_iOS_3D_v6.8.0
载入中...
搜索中...
未找到
QMapView+OfflineMap.h
1//
2// QMapView+OfflineMap.h
3// QMapKit
4//
5// Created by Keith Cao on 2020/5/13.
6// Copyright © 2020 tencent. All rights reserved.
7//
8
9#import <QMapKit/QMapKit.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
13@interface QMapView (OfflineMap)
14
18@property (nonatomic, assign, getter = isOfflineMapEnable) BOOL offlineMapEnable;
19
20@end
21
22NS_ASSUME_NONNULL_END
BOOL offlineMapEnable
离线地图开关, 默认为 NO
定义 QMapView+OfflineMap.h:18