高德地图SDK(导航) V10.0.600
Loading...
Searching...
No Matches
AMapNaviDriveDataRepresentable.h
Go to the documentation of this file.
1//
2// AMapNaviDriveDataRepresentable.h
3// AMapNaviKit
4//
5// Created by 刘博 on 16/1/13.
6// Copyright © 2016年 Amap. All rights reserved.
7//
8
10
11NS_ASSUME_NONNULL_BEGIN
12
13@class AMapNaviInfo;
14@class AMapNaviRoute;
15@class AMapNaviLocation;
18
24@protocol AMapNaviDriveDataRepresentable <NSObject>
25@optional
26
32- (void)driveManager:(AMapNaviDriveManager *)driveManager updateNaviMode:(AMapNaviMode)naviMode;
33
39- (void)driveManager:(AMapNaviDriveManager *)driveManager updateNaviRouteID:(NSInteger)naviRouteID;
40
46- (void)driveManager:(AMapNaviDriveManager *)driveManager updateNaviRoute:(nullable AMapNaviRoute *)naviRoute;
47
53- (void)driveManager:(AMapNaviDriveManager *)driveManager updateNaviInfo:(nullable AMapNaviInfo *)naviInfo;
54
60- (void)driveManager:(AMapNaviDriveManager *)driveManager updateNaviLocation:(nullable AMapNaviLocation *)naviLocation;
61
67- (void)driveManager:(AMapNaviDriveManager *)driveManager showCrossImage:(nullable UIImage *)crossImage;
68
73- (void)driveManagerHideCrossImage:(AMapNaviDriveManager *)driveManager;
74
88- (void)driveManager:(AMapNaviDriveManager *)driveManager showLaneBackInfo:(NSString *)laneBackInfo laneSelectInfo:(NSString *)laneSelectInfo;
89
94- (void)driveManagerHideLaneInfo:(AMapNaviDriveManager *)driveManager;
95
101- (void)driveManager:(AMapNaviDriveManager *)driveManager updateTrafficStatus:(nullable NSArray<AMapNaviTrafficStatus *> *)trafficStatus;
102
108- (void)driveManager:(AMapNaviDriveManager *)driveManager updateCameraInfos:(nullable NSArray<AMapNaviCameraInfo *> *)cameraInfos;
109
115- (void)driveManager:(AMapNaviDriveManager *)driveManager updateServiceAreaInfos:(nullable NSArray<AMapNaviServiceAreaInfo *> *)serviceAreaInfos;
116
122- (void)driveManager:(AMapNaviDriveManager *)driveManager updateParallelRoadStatus:(nullable AMapNaviParallelRoadStatus *)parallelRoadStatus;
123
131- (void)driveManager:(AMapNaviDriveManager *)driveManager updateIntervalCameraWithPositionState:(AMapNaviIntervalCameraPositionState)state startInfo:(nullable AMapNaviCameraInfo *)startInfo endInfo:(nullable AMapNaviCameraInfo *)endInfo;
132
139- (void)driveManager:(AMapNaviDriveManager *)driveManager updateTurnIconImage:(nullable UIImage *)turnIconImage turnIconType:(AMapNaviIconType)turnIconType;
140
147- (void)driveManager:(AMapNaviDriveManager *)driveManager updateNextTurnIconImage:(nullable UIImage *)turnIconImage nextTurnIconType:(AMapNaviIconType)turnIconType;
148
154- (void)driveManager:(AMapNaviDriveManager *)driveManager updateBackupRoute:(nullable NSArray<AMapNaviRoute *> *)backupRoutes;
155
161- (void)driveManager:(AMapNaviDriveManager *)driveManager updateCongestionInfo:(nullable AMapNaviCongestionInfo *)congestionInfo;
162
163#pragma mark - 智能巡航
164
170- (void)driveManager:(AMapNaviDriveManager *)driveManager updateTrafficFacilities:(nullable NSArray<AMapNaviTrafficFacilityInfo *> *)trafficFacilities;
171
177- (void)driveManager:(AMapNaviDriveManager *)driveManager updateCruiseElecCameraInfos:(NSArray<AMapNaviTrafficFacilityInfo *> *)cameraInfos;
178
184- (void)driveManager:(AMapNaviDriveManager *)driveManager updateCruiseInfo:(nullable AMapNaviCruiseInfo *)cruiseInfo;
185
191- (void)driveManager:(AMapNaviDriveManager *)driveManager updateCruiseCongestionInfo:(AMapNaviCruiseCongestionInfo *)congestionInfo;
192
193
194@end
195
196NS_ASSUME_NONNULL_END
AMapNaviIconType
Definition AMapNaviCommonObj.h:112
AMapNaviIntervalCameraPositionState
Definition AMapNaviCommonObj.h:347
AMapNaviMode
Definition AMapNaviCommonObj.h:25
电子眼信息类
Definition AMapNaviCommonObj.h:623
实时导航中的拥堵区域信息 since 6.3.0
Definition AMapNaviCommonObj.h:983
巡航中拥堵区域信息 since 6.7.0
Definition AMapNaviCommonObj.h:761
巡航模式信息类
Definition AMapNaviCommonObj.h:669
驾车导航管理类
Definition AMapNaviDriveManager.h:20
导航过程中的导航信息
Definition AMapNaviInfo.h:12
当前的自车位置
Definition AMapNaviLocation.h:12
平行路状态信息 since 5.3.0
Definition AMapNaviCommonObj.h:830
导航路径信息
Definition AMapNaviRoute.h:145
服务区域信息 since 5.0.0
Definition AMapNaviCommonObj.h:646
导航统计信息
Definition AMapNaviStatisticsInfo.h:12
道路交通设施类
Definition AMapNaviCommonObj.h:729
前方交通路况信息类
Definition AMapNaviCommonObj.h:580
© 2017 高德信息技术有限公司 版权所有,保留所有权利。