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

道路路况返回的道路信息 since 5.1.0 More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapTrafficRoad:
AMapSearchObject

Properties

NSString * name
 道路名称 More...
 
NSInteger status
 0:未知;1:畅通;2:缓行;3:拥堵 More...
 
NSString * direction
 方向描述 More...
 
float angle
 车行角度,判断道路正反向使用。 以正东方向为0度,逆时针方向为正,取值范围:[0,360] More...
 
float speed
 速度 单位:千米/小时 More...
 
NSString * polyline
 道路坐标集,经度和纬度使用","分隔,坐标之间使用";"分隔。例如:x1,y1;x2,y2 More...
 

Additional Inherited Members

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

Detailed Description

道路路况返回的道路信息 since 5.1.0

Property Documentation

◆ angle

- (float) angle
readwritenonatomicassign

车行角度,判断道路正反向使用。 以正东方向为0度,逆时针方向为正,取值范围:[0,360]

◆ direction

- (NSString*) direction
readwritenonatomiccopy

方向描述

◆ name

- (NSString*) name
readwritenonatomiccopy

道路名称

◆ polyline

- (NSString*) polyline
readwritenonatomiccopy

道路坐标集,经度和纬度使用","分隔,坐标之间使用";"分隔。例如:x1,y1;x2,y2

◆ speed

- (float) speed
readwritenonatomicassign

速度 单位:千米/小时

◆ status

- (NSInteger) status
readwritenonatomicassign

0:未知;1:畅通;2:缓行;3:拥堵


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