高德地图SDK(导航)  V11.1.000
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 
9 #import "AMapNaviCommonObj.h"
10 
13 @interface AMapNaviInfo : NSObject<NSCopying,NSCoding>
14 
17 @property (nonatomic, assign) AMapNaviMode naviMode;
18 
21 @property (nonatomic, assign) AMapNaviIconType iconType;
22 
25 @property (nonatomic, strong) UIImage *iconImage;
26 
29 @property (nonatomic, strong) NSString *currentRoadName;
30 
33 @property (nonatomic, strong) NSString *nextRoadName;
34 
37 @property (nonatomic, assign) NSInteger routeRemainDistance;
38 
41 @property (nonatomic, assign) NSInteger routeRemainTime;
42 
45 @property (nonatomic, assign) NSInteger currentSegmentIndex;
46 
49 @property (nonatomic, assign) NSInteger segmentRemainDistance;
50 
53 @property (nonatomic, assign) NSInteger segmentRemainTime;
54 
57 @property (nonatomic, assign) NSInteger currentLinkIndex;
58 
61 @property (nonatomic, assign) NSInteger currentPointIndex;
62 
65 @property (nonatomic, assign) NSInteger routeDriveDistance;
66 
69 @property (nonatomic, assign) NSInteger routeDriveTime;
70 
74 
77 @property (nonatomic, assign) NSInteger routeRemainTrafficLightCount;
78 
81 @property (nonatomic, strong) NSArray <AMapNaviToWayPointInfo *> *toWayPointInfos;
82 
85 @property (nonatomic, strong) AMapNaviExitBoardInfo *exitBoardInfo;
86 
87 @end
AMapNaviIconType
Definition: AMapNaviCommonObj.h:138
AMapNaviMode
Definition: AMapNaviCommonObj.h:38
Definition: AMapNaviCommonObj.h:1391
Definition: AMapNaviInfo.h:13
NSInteger segmentRemainTime
Definition: AMapNaviInfo.h:53
NSInteger currentLinkIndex
Definition: AMapNaviInfo.h:57
AMapNaviIconType iconType
Definition: AMapNaviInfo.h:21
AMapNaviMode naviMode
Definition: AMapNaviInfo.h:17
NSString * nextRoadName
Definition: AMapNaviInfo.h:33
NSInteger routeDriveDistance
Definition: AMapNaviInfo.h:65
NSInteger routeDriveTime
Definition: AMapNaviInfo.h:69
NSInteger routeRemainTrafficLightCount
Definition: AMapNaviInfo.h:77
AMapNaviNotAvoidFacilityAndForbiddenInfo * notAvoidInfo
Definition: AMapNaviInfo.h:73
AMapNaviExitBoardInfo * exitBoardInfo
Definition: AMapNaviInfo.h:85
NSInteger routeRemainTime
Definition: AMapNaviInfo.h:41
NSInteger currentPointIndex
Definition: AMapNaviInfo.h:61
NSInteger segmentRemainDistance
Definition: AMapNaviInfo.h:49
NSString * currentRoadName
Definition: AMapNaviInfo.h:29
NSArray< AMapNaviToWayPointInfo * > * toWayPointInfos
Definition: AMapNaviInfo.h:81
UIImage * iconImage
Definition: AMapNaviInfo.h:25
NSInteger routeRemainDistance
Definition: AMapNaviInfo.h:37
NSInteger currentSegmentIndex
Definition: AMapNaviInfo.h:45
Definition: AMapNaviCommonObj.h:1087
© 2017 高德信息技术有限公司 版权所有,保留所有权利。