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

路径的分段信息 More...

#import <AMapNaviRoute.h>

Inheritance diagram for AMapNaviSegment:

Properties

NSArray< AMapNaviPoint * > * coordinates
 分段的所有坐标
 
NSArray< AMapNaviLink * > * links
 分段的所有Link
 
NSInteger length
 分段的长度(单位:米)
 
NSInteger time
 分段的预估时间(单位:秒)
 
AMapNaviIconType iconType
 分段的转向类型
 
NSInteger chargeLength
 分段的收费路长度(单位:米). 注意:只针对驾车.
 
NSInteger tollCost
 分段的收费金额. 注意:只针对驾车.
 
NSInteger trafficLightCount
 分段的红绿灯数量
 
BOOL isArriveWayPoint
 分段是否到达途经点. 注意:只针对驾车.
 

Detailed Description

路径的分段信息

Property Documentation

◆ chargeLength

- (NSInteger) chargeLength
readwritenonatomicassign

分段的收费路长度(单位:米). 注意:只针对驾车.

◆ coordinates

- (NSArray<AMapNaviPoint *>*) coordinates
readwritenonatomicstrong

分段的所有坐标

◆ iconType

- (AMapNaviIconType) iconType
readwritenonatomicassign

分段的转向类型

◆ isArriveWayPoint

- (BOOL) isArriveWayPoint
readwritenonatomicassign

分段是否到达途经点. 注意:只针对驾车.

◆ length

- (NSInteger) length
readwritenonatomicassign

分段的长度(单位:米)

◆ links

- (NSArray<AMapNaviLink *>*) links
readwritenonatomicstrong

分段的所有Link

◆ time

- (NSInteger) time
readwritenonatomicassign

分段的预估时间(单位:秒)

◆ tollCost

- (NSInteger) tollCost
readwritenonatomicassign

分段的收费金额. 注意:只针对驾车.

◆ trafficLightCount

- (NSInteger) trafficLightCount
readwritenonatomicassign

分段的红绿灯数量


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