道路路况返回的道路信息 since 5.1.0
More...
#include <AMapCommonObj.h>
|
| NSString * | name |
| | 道路名称
|
| |
| NSInteger | status |
| | 0:未知;1:畅通;2:缓行;3:拥堵
|
| |
| NSString * | direction |
| | 方向描述
|
| |
| float | angle |
| | 车行角度,判断道路正反向使用。 以正东方向为0度,逆时针方向为正,取值范围:[0,360]
|
| |
| float | speed |
| | 速度 单位:千米/小时
|
| |
| NSString * | polyline |
| | 道路坐标集,经度和纬度使用","分隔,坐标之间使用";"分隔。例如:x1,y1;x2,y2
|
| |
◆ angle
车行角度,判断道路正反向使用。 以正东方向为0度,逆时针方向为正,取值范围:[0,360]
◆ direction
◆ name
◆ polyline
道路坐标集,经度和纬度使用","分隔,坐标之间使用";"分隔。例如:x1,y1;x2,y2
◆ speed
◆ status
The documentation for this class was generated from the following file: