TencentNavKit
TNKRerouteParam.h
Go to the documentation of this file.
1//
2// TNKRerouteParam.h
3// TencentNavKit
4//
5// Created by mol on 2022/11/17.
6// Copyright © 2022 Tencent. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <TencentNavKit/TNKDriveCommonObj.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
15@interface TNKRerouteParam : NSObject
16
17@end
18
21@end
22
25
27@property (nonatomic, strong) TNKSearchNavPoint *destination;
28
29@end
30
31
34
36@property (nonatomic, assign) TNKRoadType roadType;
37
38@end
39
42
44@property (nonatomic ,copy) NSArray<TNKSearchNavPoint *> *waypoints;
45
46@end
47
50
52@property (nonatomic, strong) TNKSearchNavPoint *destination;
53
55@property (nonatomic ,copy) NSArray<TNKSearchNavPoint *> *waypoints;
56
57@end
58
61
65@property (nonatomic, assign) BOOL avoidToll;
66
70@property (nonatomic, assign) BOOL avoidHighway;
71
75@property (nonatomic, assign) BOOL avoidTrafficJam;
76
80@property (nonatomic, assign) BOOL highway;
81
85@property (nonatomic, assign) BOOL shortTime;
86
90@property (nonatomic, assign) BOOL bigRoad;
91
92@end
93
96
98@property (nonatomic ,copy) NSString *routeID;
99
101@property (nonatomic, copy) NSString *requestID;
102
104@property (nonatomic, strong, nullable) TNKSearchNavPoint *destination;
105
106@end
107
108NS_ASSUME_NONNULL_END
enum _TNKRoadType TNKRoadType
路段的详细类型
修改途经点与目的地参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:50
修改目的地
Definition: TNKRerouteParam.h:25
平行路切换参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:34
刷新路线参数
Definition: TNKRerouteParam.h:21
重新算路参数基类
Definition: TNKRerouteParam.h:16
路线还原必要参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:96
导航算路起点、终点、途经点所使用的类
Definition: TNKCommonObj.h:65
修改选路策略必要参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:61
修改途经点参数。只在驾车导航下生效
Definition: TNKRerouteParam.h:42