TencentNavKit
TNKDriveNavManager.h File Reference
#import <TencentNavKit/TNKBaseNavManager.h>
#import <TencentNavKit/TNKDriveCommonObj.h>
#import <TencentNavKit/TNKDriveNavDelegate.h>
#import <TencentNavKit/TNKSearchTask.h>
#import <TencentNavKit/TNKDriveNavDataSource.h>

Go to the source code of this file.

Classes

class  TNKDriveNavManager
 驾车导航管理类 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方法重新算路