TencentNavKit
TNKDriveNavViewDelegate.h
Go to the documentation of this file.
1//
2// TNKDriveNavViewDelegate.h
3// TencentNavKit
4//
5// Created by mol on 2022/11/16.
6// Copyright © 2022 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <TencentNavKit/TNKBaseNavViewDelegate.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
14
15@class TNKDriveNavView,
17
20
21@optional
22
28- (void)navView:(TNKBaseNavView *)navView didChangeUIMode:(TNKNavUIMode)mode;
29
35- (void)navView:(TNKBaseNavView *)navView didChangeDayNightStatus:(TNKNavDayNightStatus)status;
36
41- (void)navViewCloseButtonClicked:(TNKBaseNavView *)navView;
42
48- (void)navViewDidShowEnlargedMap:(TNKDriveNavView *)navView;
49
55- (void)navViewDidHideEnlargedMap:(TNKDriveNavView *)navView;
56
57@end
58
59NS_ASSUME_NONNULL_END
enum _TNKNavUIMode TNKNavUIMode
导航地图的导航模式
enum _TNKNavDayNightStatus TNKNavDayNightStatus
导航地图所处的日夜间状态
导航地图基础类
Definition: TNKBaseNavView.h:25
驾车导航地图类
Definition: TNKDriveNavView.h:19
导航地图回调
Definition: TNKBaseNavViewDelegate.h:18
驾车导航地图类回调
Definition: TNKDriveNavViewDelegate.h:19