9#import <Foundation/Foundation.h>
10#import <TencentNavKit/TNKDriveCommonObj.h>
12NS_ASSUME_NONNULL_BEGIN
48@property (nonatomic ,copy) NSArray<TNKSearchNavPoint *> *waypoints;
59@property (nonatomic ,copy) NSArray<TNKSearchNavPoint *> *waypoints;
69@property (nonatomic, assign) BOOL avoidToll;
74@property (nonatomic, assign) BOOL avoidHighway;
79@property (nonatomic, assign) BOOL avoidTrafficJam;
84@property (nonatomic, assign) BOOL highway;
89@property (nonatomic, assign) BOOL shortTime;
94@property (nonatomic, assign) BOOL isShortDistance;
99@property (nonatomic, assign) BOOL bigRoad;
107@property (nonatomic ,copy) NSString *routeID;
110@property (nonatomic, copy) NSString *requestID;
enum _TNKRoadType TNKRoadType
路段的详细类型
修改途经点与目的地参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:54
修改目的地
Definition: TNKRerouteParam.h:29
主动偏航参数
Definition: TNKRerouteParam.h:25
平行路切换参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:38
刷新路线参数
Definition: TNKRerouteParam.h:21
重新算路参数基类
Definition: TNKRerouteParam.h:16
路线还原必要参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:105
导航算路起点、终点、途经点所使用的类
Definition: TNKCommonObj.h:65
修改选路策略必要参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:65
修改途经点参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:46