高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
AMapNaviInfo.h
Go to the documentation of this file.
1//
2// AMapNaviInfo.h
3// AMapNaviKit
4//
5// Created by AutoNavi on 14-8-22.
6// Copyright (c) 2014年 Amap. All rights reserved.
7//
8
10
12@interface AMapNaviInfo : NSObject<NSCopying,NSCoding>
13
15@property (nonatomic, assign) AMapNaviMode naviMode;
16
18@property (nonatomic, assign) AMapNaviIconType iconType;
19
21@property (nonatomic, strong) NSString *currentRoadName;
22
24@property (nonatomic, strong) NSString *nextRoadName;
25
27@property (nonatomic, assign) NSInteger routeRemainDistance;
28
30@property (nonatomic, assign) NSInteger routeRemainTime;
31
33@property (nonatomic, assign) NSInteger currentSegmentIndex;
34
36@property (nonatomic, assign) NSInteger segmentRemainDistance;
37
39@property (nonatomic, assign) NSInteger segmentRemainTime;
40
42@property (nonatomic, assign) NSInteger currentLinkIndex;
43
45@property (nonatomic, assign) NSInteger currentPointIndex;
46
48@property (nonatomic, assign) NSInteger routeDriveDistance;
49
51@property (nonatomic, assign) NSInteger routeDriveTime;
52
55
57@property (nonatomic, assign) NSInteger routeRemainTrafficLightCount;
58
60@property (nonatomic, strong) NSArray <AMapNaviToWayPointInfo *> *toWayPointInfos;
61
63@property (nonatomic, strong) AMapNaviExitBoardInfo *exitBoardInfo;
64
65@end
AMapNaviIconType
Definition AMapNaviCommonObj.h:112
AMapNaviMode
Definition AMapNaviCommonObj.h:25
高速或城市快速路的出口路牌信息 since 6.8.0
Definition AMapNaviCommonObj.h:1138
导航过程中的导航信息
Definition AMapNaviInfo.h:12
NSInteger segmentRemainTime
当前路段预估剩余时间(单位:秒)
Definition AMapNaviInfo.h:39
NSInteger currentLinkIndex
当前所在的link段的index,从0开始
Definition AMapNaviInfo.h:42
AMapNaviIconType iconType
导航段转向图标类型
Definition AMapNaviInfo.h:18
AMapNaviMode naviMode
导航信息更新类型
Definition AMapNaviInfo.h:15
NSString * nextRoadName
下条道路名称
Definition AMapNaviInfo.h:24
NSInteger routeDriveDistance
已经行驶的里程(单位:米). 注意:只在驾车的实时导航下才有效. since 6.0.0
Definition AMapNaviInfo.h:48
NSInteger routeDriveTime
已经行驶的用时,包括中途停车时间在内(单位:秒). 注意:只在驾车的实时导航下才有效. since 6.0.0
Definition AMapNaviInfo.h:51
NSInteger routeRemainTrafficLightCount
当前路径剩余的红绿灯数量. 注意:只针对驾车. since 6.3.0
Definition AMapNaviInfo.h:57
AMapNaviNotAvoidFacilityAndForbiddenInfo * notAvoidInfo
没有避开的设施、禁行标志等信息, 如限高. 注意:只针对驾车. since 6.0.0
Definition AMapNaviInfo.h:54
AMapNaviExitBoardInfo * exitBoardInfo
当前自车所在的高速或城市快速路的出口路牌信息. 注意:只针对驾车. since 6.8.0
Definition AMapNaviInfo.h:63
NSInteger routeRemainTime
离终点预估剩余时间(单位:秒)
Definition AMapNaviInfo.h:30
NSInteger currentPointIndex
当前自车位置在当前link段所在的point的index,从0开始 since 6.0.0
Definition AMapNaviInfo.h:45
NSInteger segmentRemainDistance
当前路段剩余距离(单位:米)
Definition AMapNaviInfo.h:36
NSString * currentRoadName
当前道路名称
Definition AMapNaviInfo.h:21
NSArray< AMapNaviToWayPointInfo * > * toWayPointInfos
当前自车位置到各途经点的信息. 注意:只针对驾车. since 6.7.0
Definition AMapNaviInfo.h:60
NSInteger routeRemainDistance
离终点剩余距离(单位:米)
Definition AMapNaviInfo.h:27
NSInteger currentSegmentIndex
当前所在的segment段的index,从0开始
Definition AMapNaviInfo.h:33
导航过程中的没有避开的设施、禁行标志等信息 since 6.0.0
Definition AMapNaviCommonObj.h:898
© 2017 高德信息技术有限公司 版权所有,保留所有权利。