高德地图SDK(导航)  V11.1.000
AMapNaviSegment Class Reference

#import <AMapNaviRoute.h>

Inheritance diagram for AMapNaviSegment:

Properties

NSArray< AMapNaviPoint * > * coordinates
 
NSArray< AMapNaviLink * > * links
 
NSInteger length
 
NSInteger time
 
AMapNaviIconType iconType
 
NSInteger chargeLength
 
NSInteger tollCost
 
NSInteger trafficLightCount
 
BOOL isArriveWayPoint
 

Detailed Description

路径的分段信息 Segment information of the path

Property Documentation

◆ chargeLength

- (NSInteger) chargeLength
readwritenonatomicassign

分段的收费路长度(单位:米). 注意:只针对驾车. Segment toll road length (unit: meters), note: only for driving

◆ coordinates

- (NSArray<AMapNaviPoint *>*) coordinates
readwritenonatomicstrong

分段的所有坐标 All coordinates of the segment

◆ iconType

- (AMapNaviIconType) iconType
readwritenonatomicassign

分段的转向类型 Segment turning type

◆ isArriveWayPoint

- (BOOL) isArriveWayPoint
readwritenonatomicassign

分段是否到达途经点. 注意:只针对驾车. Whether the segment reaches a waypoint, note: only for driving

◆ length

- (NSInteger) length
readwritenonatomicassign

分段的长度(单位:米) Length of the segment (unit: meters)

◆ links

- (NSArray<AMapNaviLink *>*) links
readwritenonatomicstrong

分段的所有Link All Links of the segment

◆ time

- (NSInteger) time
readwritenonatomicassign

分段的预估时间(单位:秒) Estimated time of the segment (unit: seconds)

◆ tollCost

- (NSInteger) tollCost
readwritenonatomicassign

分段的收费金额. 注意:只针对驾车. Segment toll amount, note: only for driving

◆ trafficLightCount

- (NSInteger) trafficLightCount
readwritenonatomicassign

分段的红绿灯数量 Segment traffic light count


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