高德地图SDK(导航) V11.2.1501
Loading...
Searching...
No Matches
AMapNaviDriveManager+OptimalRoute.h
Go to the documentation of this file.
1//
2// AMapNaviDriveManager+OptimalRoute.h
3// AMapNaviKit
4//
5// Created by caowei on 2024/10/8.
6// Copyright © 2024 Amap. All rights reserved.
7//
8
11
12NS_ASSUME_NONNULL_BEGIN
13
14
17@protocol AMapNaviDriveOptimalRouteDelegate <AMapNaviDriveDataRepresentable>
18
19@required
26- (void)driveManager:(AMapNaviDriveManager*)manager onNaviOptimalRoute:(AMapNaviRoute *)naviRoute;
27
28@optional
29
35- (void)driveManagerOnCurRouteIsOptimal:(AMapNaviDriveManager*)manager;
36
37
43- (void)driveManager:(AMapNaviDriveManager*)manager optimalRouteError:(NSError*)error;
44
45@end
46
47
57@interface AMapNaviDriveManager (OptimalRoute)
58
59
71- (void)setOptimalRouteParam:(AMapNaviOptimalRouteParam *)routeParam;
72
73
82
83
93
94@end
95
96NS_ASSUME_NONNULL_END
Definition AMapNaviDriveManager.h:22
Definition AMapNaviOptimalRouteParam.h:26
Definition AMapNaviRoute.h:186
© 2017 高德信息技术有限公司 版权所有,保留所有权利。