TencentNavKit
TNKBaseNavManager.h File Reference
#import <Foundation/Foundation.h>
#import <TencentNavKit/TNKRerouteParam.h>
#import <TencentNavKit/TNKAudioPlayerProtocol.h>
#import <TencentNavKit/TNKLocationSimulator.h>

Go to the source code of this file.

Classes

class  TNKBaseNavManager
 导航管理基础类 More...
 

Typedefs

typedef NS_ASSUME_NONNULL_BEGIN enum _TNKWaypointRemovedStrategy TNKWaypointRemovedStrategy
 途经点移除策略 More...
 

Enumerations

enum  _TNKWaypointRemovedStrategy { TNKWaypointRemovedStrategyDefault = 0 , TNKWaypointRemovedStrategyManually = 1 }
 途经点移除策略 More...
 

Typedef Documentation

◆ TNKWaypointRemovedStrategy

typedef NS_ASSUME_NONNULL_BEGIN enum _TNKWaypointRemovedStrategy TNKWaypointRemovedStrategy

途经点移除策略

Enumeration Type Documentation

◆ _TNKWaypointRemovedStrategy

途经点移除策略

Enumerator
TNKWaypointRemovedStrategyDefault 

默认策略。到达途经点后SDK自动判达。

TNKWaypointRemovedStrategyManually 

开发者移除策略。达到途经点如果想要移除该途经点,需要开发者调用changeWayPoints方法重新算路