TencentNavKit
TNKPosMatchLocationListener.h
Go to the documentation of this file.
1//
2// TNKPosMatchLocationListener.h
3// TencentNavKit
4//
5// Created by mol on 2023/11/20.
6// Copyright © 2023 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <TencentLBS/TencentLBS.h>
11#import <TencentNavKit/TNKDriveCommonObj.h>
12
13NS_ASSUME_NONNULL_BEGIN
14
15@protocol TNKPosMatchLocationListener <TencentLBSLocationManagerDelegate>
16
23- (void)tencentLBSLocationManager:(TencentLBSLocationManager*)manager
24 didUpdatePosMatchLocation:(TNKPosMatchLocation*)PosMatchLocation;
25
26@end
27
28NS_ASSUME_NONNULL_END
巡航定位信息
Definition: TNKDriveCommonObj.h:1022
Definition: TNKPosMatchLocationListener.h:15