TencentNavKit
TNKSearchTask.h
Go to the documentation of this file.
1//
2// TNKSearchTask.h
3// TencentNavKit
4//
5// Created by mol on 2022/10/10.
6// Copyright © 2022 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
16@interface TNKSearchTask : NSObject
17
21- (void)cancel;
22
23@end
24
25NS_ASSUME_NONNULL_END
路线规划任务类
Definition: TNKSearchTask.h:17
void cancel()
取消路线规划任务