9#import <Foundation/Foundation.h>
10#import <TencentNavKit/TNKRerouteParam.h>
11#import <TencentNavKit/TNKAudioPlayerProtocol.h>
12#import <TencentNavKit/TNKLocationSimulator.h>
14NS_ASSUME_NONNULL_BEGIN
24@property (nonatomic, readonly, getter=isRunning) BOOL
running;
29@property (nonatomic, strong, nullable) id<TNKAudioPlayerProtocol>
audioPlayer;
41- (BOOL)startNavWithIndex:(NSUInteger)index;
48- (BOOL)startNavWithRouteID:(NSString *)routeID;
56- (BOOL)setNaveRoutePlanCacheSize:(
int) routePlanCacheSize;
导航管理基础类
Definition: TNKBaseNavManager.h:18
id< TNKLocationSimulator > locationSimulator
定位点模拟器,用于测试。
Definition: TNKBaseNavManager.h:34
BOOL running
导航控制器是否在工作中,包含导航状态+偏航状态
Definition: TNKBaseNavManager.h:24
id< TNKAudioPlayerProtocol > audioPlayer
导航播报的播放器。开发者如需SDK内置播报,需赋值[TNKAudioPlayer sharedAudioPlayer]对象至该属性
Definition: TNKBaseNavManager.h:29
重新算路参数基类
Definition: TNKRerouteParam.h:16