高德地图SDK(导航) V10.0.900
Loading...
Searching...
No Matches
AMapNaviInfo Class Reference

导航过程中的导航信息 More...

#import <AMapNaviInfo.h>

Inheritance diagram for AMapNaviInfo:

Properties

AMapNaviMode naviMode
 导航信息更新类型
 
AMapNaviIconType iconType
 导航段转向图标类型
 
NSString * currentRoadName
 当前道路名称
 
NSString * nextRoadName
 下条道路名称
 
NSInteger routeRemainDistance
 离终点剩余距离(单位:米)
 
NSInteger routeRemainTime
 离终点预估剩余时间(单位:秒)
 
NSInteger currentSegmentIndex
 当前所在的segment段的index,从0开始
 
NSInteger segmentRemainDistance
 当前路段剩余距离(单位:米)
 
NSInteger segmentRemainTime
 当前路段预估剩余时间(单位:秒)
 
NSInteger currentLinkIndex
 当前所在的link段的index,从0开始
 
NSInteger currentPointIndex
 当前自车位置在当前link段所在的point的index,从0开始 since 6.0.0
 
NSInteger routeDriveDistance
 已经行驶的里程(单位:米). 注意:只在驾车的实时导航下才有效. since 6.0.0
 
NSInteger routeDriveTime
 已经行驶的用时,包括中途停车时间在内(单位:秒). 注意:只在驾车的实时导航下才有效. since 6.0.0
 
AMapNaviNotAvoidFacilityAndForbiddenInfonotAvoidInfo
 没有避开的设施、禁行标志等信息, 如限高. 注意:只针对驾车. since 6.0.0
 
NSInteger routeRemainTrafficLightCount
 当前路径剩余的红绿灯数量. 注意:只针对驾车. since 6.3.0
 
NSArray< AMapNaviToWayPointInfo * > * toWayPointInfos
 当前自车位置到各途经点的信息. 注意:只针对驾车. since 6.7.0
 
AMapNaviExitBoardInfoexitBoardInfo
 当前自车所在的高速或城市快速路的出口路牌信息. 注意:只针对驾车. since 6.8.0
 

Detailed Description

导航过程中的导航信息

Property Documentation

◆ currentLinkIndex

- (NSInteger) currentLinkIndex
readwritenonatomicassign

当前所在的link段的index,从0开始

◆ currentPointIndex

- (NSInteger) currentPointIndex
readwritenonatomicassign

当前自车位置在当前link段所在的point的index,从0开始 since 6.0.0

◆ currentRoadName

- (NSString*) currentRoadName
readwritenonatomicstrong

当前道路名称

◆ currentSegmentIndex

- (NSInteger) currentSegmentIndex
readwritenonatomicassign

当前所在的segment段的index,从0开始

◆ exitBoardInfo

- (AMapNaviExitBoardInfo*) exitBoardInfo
readwritenonatomicstrong

当前自车所在的高速或城市快速路的出口路牌信息. 注意:只针对驾车. since 6.8.0

◆ iconType

- (AMapNaviIconType) iconType
readwritenonatomicassign

导航段转向图标类型

◆ naviMode

- (AMapNaviMode) naviMode
readwritenonatomicassign

导航信息更新类型

◆ nextRoadName

- (NSString*) nextRoadName
readwritenonatomicstrong

下条道路名称

◆ notAvoidInfo

- (AMapNaviNotAvoidFacilityAndForbiddenInfo*) notAvoidInfo
readwritenonatomicstrong

没有避开的设施、禁行标志等信息, 如限高. 注意:只针对驾车. since 6.0.0

◆ routeDriveDistance

- (NSInteger) routeDriveDistance
readwritenonatomicassign

已经行驶的里程(单位:米). 注意:只在驾车的实时导航下才有效. since 6.0.0

◆ routeDriveTime

- (NSInteger) routeDriveTime
readwritenonatomicassign

已经行驶的用时,包括中途停车时间在内(单位:秒). 注意:只在驾车的实时导航下才有效. since 6.0.0

◆ routeRemainDistance

- (NSInteger) routeRemainDistance
readwritenonatomicassign

离终点剩余距离(单位:米)

◆ routeRemainTime

- (NSInteger) routeRemainTime
readwritenonatomicassign

离终点预估剩余时间(单位:秒)

◆ routeRemainTrafficLightCount

- (NSInteger) routeRemainTrafficLightCount
readwritenonatomicassign

当前路径剩余的红绿灯数量. 注意:只针对驾车. since 6.3.0

◆ segmentRemainDistance

- (NSInteger) segmentRemainDistance
readwritenonatomicassign

当前路段剩余距离(单位:米)

◆ segmentRemainTime

- (NSInteger) segmentRemainTime
readwritenonatomicassign

当前路段预估剩余时间(单位:秒)

◆ toWayPointInfos

- (NSArray<AMapNaviToWayPointInfo *>*) toWayPointInfos
readwritenonatomicstrong

当前自车位置到各途经点的信息. 注意:只针对驾车. since 6.7.0


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。