TencentNavKit
TNKLocationAdapter.h
Go to the documentation of this file.
1//
2// TNKLocationAdapter.h
3// TencentNavKit
4//
5// Created by mol on 2021/6/10.
6// Copyright © 2021 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <TencentLBS/TencentLBS.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
14@interface TNKLocationAdapter : NSObject
15
17+ (instancetype)sharedInstance;
18
19- (void)setDebugLog:(BOOL)on;
20
25//- (void)setOfflineDBSize:(NSUInteger)size;
26
27// 添加定位监听
28- (void)addLocationListener:(id<TencentLBSLocationManagerDelegate>)delegate;
29
30// 移除定位监听
31- (void)removeLocationListener:(id<TencentLBSLocationManagerDelegate>)delegate;
32
33@end
34
35NS_ASSUME_NONNULL_END
Definition: TNKLocationAdapter.h:15
instancetype sharedInstance()
单例