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

路线详情的分组信息. since 7.5.0 More...

#import <AMapNaviRoute.h>

Inheritance diagram for AMapNaviRouteGuideGroup:

Properties

NSString * groupName
 分组的名称描述
 
NSInteger distance
 分组的长度(单位:米)
 
AMapNaviIconType iconType
 分组的转向类型和该组中分段的第一个转向类型一致
 
NSInteger time
 分组的预估时间(单位:秒)
 
AMapNaviPointcoordinate
 分组导航段路口点的坐标
 
NSArray< AMapNaviRouteGuideSegment * > * guideSegments
 分组中的所有分段
 
NSInteger trafficLightCount
 分组的红绿灯数量,注意:只针对驾车.
 

Detailed Description

路线详情的分组信息. since 7.5.0

Property Documentation

◆ coordinate

- (AMapNaviPoint*) coordinate
readwritenonatomicstrong

分组导航段路口点的坐标

◆ distance

- (NSInteger) distance
readwritenonatomicassign

分组的长度(单位:米)

◆ groupName

- (NSString*) groupName
readwritenonatomicstrong

分组的名称描述

◆ guideSegments

- (NSArray<AMapNaviRouteGuideSegment *>*) guideSegments
readwritenonatomicstrong

分组中的所有分段

◆ iconType

- (AMapNaviIconType) iconType
readwritenonatomicassign

分组的转向类型和该组中分段的第一个转向类型一致

◆ time

- (NSInteger) time
readwritenonatomicassign

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

◆ trafficLightCount

- (NSInteger) trafficLightCount
readwritenonatomicassign

分组的红绿灯数量,注意:只针对驾车.


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