聚合段信息类 Aggregation segment information class since 5.1.0
More...
#import <AMapNaviCommonObj.h>
|
| NSString * | groupName |
| | 聚合段名称 Aggregation segment name More...
|
| |
| NSInteger | distance |
| | 聚合段长度,单位:米 Aggregation segment length, unit: meters More...
|
| |
| NSInteger | toll |
| | 聚合段收费金额,单位:元 Aggregated segment toll amount, unit: yuan More...
|
| |
| NSInteger | startSegmentID |
| | 聚合段包含的起始导航段下标 Starting navigation segment index included in the aggregated segment More...
|
| |
| NSInteger | segmentCount |
| | 聚合段包含导航段个数 Number of navigation segments included in the aggregated segment More...
|
| |
| BOOL | isArriveWayPoint |
| | 聚合段是否到达途径点 Whether the aggregated segment reaches a waypoint More...
|
| |
聚合段信息类 Aggregation segment information class since 5.1.0
◆ distance
聚合段长度,单位:米 Aggregation segment length, unit: meters
◆ groupName
聚合段名称 Aggregation segment name
◆ isArriveWayPoint
| - (BOOL) isArriveWayPoint |
|
readwritenonatomicassign |
聚合段是否到达途径点 Whether the aggregated segment reaches a waypoint
◆ segmentCount
| - (NSInteger) segmentCount |
|
readwritenonatomicassign |
聚合段包含导航段个数 Number of navigation segments included in the aggregated segment
◆ startSegmentID
| - (NSInteger) startSegmentID |
|
readwritenonatomicassign |
聚合段包含的起始导航段下标 Starting navigation segment index included in the aggregated segment
◆ toll
聚合段收费金额,单位:元 Aggregated segment toll amount, unit: yuan
The documentation for this class was generated from the following file: