TencentNavKit
TNKDriveNavDataSource.h
Go to the documentation of this file.
1//
2// TNKDriveNavDataSource.h
3// TencentNavKit
4//
5// Created by mol on 2022/12/2.
6// Copyright © 2022 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
15
16
18@protocol TNKDriveNavDataSource <NSObject>
19
20@optional
21
28- (int)driveNavManager:(TNKDriveNavManager *)manager
29 naviTTS:(TNKNavTTS *)naviTTS;
30
31@end
32
33NS_ASSUME_NONNULL_END
驾车导航管理类
Definition: TNKDriveNavManager.h:31
TTS播报内容
Definition: TNKNavTTS.h:33
导航特殊事件回调,需要返回值
Definition: TNKDriveNavDataSource.h:18