iOS高德地图SDK(搜索)  V9.5.0
AMapStep Class Reference

路段基本信息 More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapStep:
AMapSearchObject

Properties

NSString * instruction
 行走指示 More...
 
NSString * orientation
 方向 More...
 
NSString * road
 道路名称 More...
 
NSInteger distance
 此路段长度(单位:米) More...
 
NSInteger duration
 此路段预计耗时(单位:秒) More...
 
NSString * polyline
 此路段坐标点串 More...
 
NSString * action
 导航主要动作 More...
 
NSString * assistantAction
 导航辅助动作 More...
 
NSInteger walkType
 道路类型 More...
 
CGFloat tolls
 此段收费(单位:元) More...
 
NSInteger tollDistance
 收费路段长度(单位:米) More...
 
NSString * tollRoad
 主要收费路段 More...
 
NSInteger totalTrafficLights
 此段交通信号灯个数 since 9.2.0 ( 只在算路2.0接口有效 ) More...
 
NSArray< AMapCity * > * cities
 途径城市 AMapCity 数组,只有驾车路径规划时有效 More...
 
NSArray< AMapTMC * > * tmcs
 路况信息数组,只有驾车路径规划时有效 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

路段基本信息

Property Documentation

◆ action

- (NSString*) action
readwritenonatomiccopy

导航主要动作

◆ assistantAction

- (NSString*) assistantAction
readwritenonatomiccopy

导航辅助动作

◆ cities

- (NSArray<AMapCity *>*) cities
readwritenonatomicstrong

途径城市 AMapCity 数组,只有驾车路径规划时有效

◆ distance

- (NSInteger) distance
readwritenonatomicassign

此路段长度(单位:米)

◆ duration

- (NSInteger) duration
readwritenonatomicassign

此路段预计耗时(单位:秒)

◆ instruction

- (NSString*) instruction
readwritenonatomiccopy

行走指示

◆ orientation

- (NSString*) orientation
readwritenonatomiccopy

方向

◆ polyline

- (NSString*) polyline
readwritenonatomiccopy

此路段坐标点串

◆ road

- (NSString*) road
readwritenonatomiccopy

道路名称

◆ tmcs

- (NSArray<AMapTMC *>*) tmcs
readwritenonatomicstrong

路况信息数组,只有驾车路径规划时有效

◆ tollDistance

- (NSInteger) tollDistance
readwritenonatomicassign

收费路段长度(单位:米)

◆ tollRoad

- (NSString*) tollRoad
readwritenonatomiccopy

主要收费路段

◆ tolls

- (CGFloat) tolls
readwritenonatomicassign

此段收费(单位:元)

◆ totalTrafficLights

- (NSInteger) totalTrafficLights
readwritenonatomicassign

此段交通信号灯个数 since 9.2.0 ( 只在算路2.0接口有效 )

◆ walkType

- (NSInteger) walkType
readwritenonatomicassign

道路类型


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