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
11
NS_ASSUME_NONNULL_BEGIN
12
13
@class
TNKDriveNavManager
,
14
TNKNavTTS
;
15
16
18
@protocol
TNKDriveNavDataSource
<NSObject>
19
20
@optional
21
28
- (int)driveNavManager:(
TNKDriveNavManager
*)manager
29
naviTTS:(
TNKNavTTS
*)naviTTS;
30
31
@end
32
33
NS_ASSUME_NONNULL_END
TNKDriveNavManager
驾车导航管理类
Definition:
TNKDriveNavManager.h:31
TNKNavTTS
TTS播报内容
Definition:
TNKNavTTS.h:33
TNKDriveNavDataSource-p
导航特殊事件回调,需要返回值
Definition:
TNKDriveNavDataSource.h:18
TNKDriveNavDataSource.h
Generated by
1.9.2