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

实时导航中的拥堵区域信息 since 6.3.0 More...

#import <AMapNaviCommonObj.h>

Inheritance diagram for AMapNaviCongestionInfo:

Properties

NSInteger remainDistance
 离自车位置最近的拥堵区域的总长度(单位:米), 如果当前自车位置已在拥堵区域内,表示的就是剩余的拥堵距离
 
NSInteger remainTime
 预计通过该拥区域的时长(单位:秒), 如果当前自车位置已在拥堵区域内,表示的就是剩余拥堵段的通过时长
 
BOOL inCongestionArea
 当前自车位置是否在拥堵区域内
 
AMapNaviRouteStatus status
 拥堵程度, 只会是: AMapNaviRouteStatusSlow, AMapNaviRouteStatusJam, AMapNaviRouteStatusSeriousJam
 
NSInteger beginSegmentIndex
 该拥堵区域的起始Segment的索引
 
NSInteger beginLinkIndex
 该拥堵区域的起始Segment中起始link的索引
 
NSInteger endSegmentIndex
 该拥堵区域的结束Segment的索引
 
NSInteger endLinkIndex
 该拥堵区域的结束Segment中结束link的索引
 

Detailed Description

实时导航中的拥堵区域信息 since 6.3.0

Property Documentation

◆ beginLinkIndex

- (NSInteger) beginLinkIndex
readwritenonatomicassign

该拥堵区域的起始Segment中起始link的索引

◆ beginSegmentIndex

- (NSInteger) beginSegmentIndex
readwritenonatomicassign

该拥堵区域的起始Segment的索引

◆ endLinkIndex

- (NSInteger) endLinkIndex
readwritenonatomicassign

该拥堵区域的结束Segment中结束link的索引

◆ endSegmentIndex

- (NSInteger) endSegmentIndex
readwritenonatomicassign

该拥堵区域的结束Segment的索引

◆ inCongestionArea

- (BOOL) inCongestionArea
readwritenonatomicassign

当前自车位置是否在拥堵区域内

◆ remainDistance

- (NSInteger) remainDistance
readwritenonatomicassign

离自车位置最近的拥堵区域的总长度(单位:米), 如果当前自车位置已在拥堵区域内,表示的就是剩余的拥堵距离

◆ remainTime

- (NSInteger) remainTime
readwritenonatomicassign

预计通过该拥区域的时长(单位:秒), 如果当前自车位置已在拥堵区域内,表示的就是剩余拥堵段的通过时长

◆ status

- (AMapNaviRouteStatus) status
readwritenonatomicassign

拥堵程度, 只会是: AMapNaviRouteStatusSlow, AMapNaviRouteStatusJam, AMapNaviRouteStatusSeriousJam


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