高德地图 Windows Phone 8 搜索API参考手册The AMapStep type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| AMapStep | Initializes a new instance of the AMapStep class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
允许 (Inherited from | ||
用作特定类型的哈希函数。 (Inherited from | ||
获取当前实例的 (Inherited from | ||
创建当前 (Inherited from | ||
返回一个字符串,它表示当前的对象。 (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Action |
获取导航主要动作,主要动作取值参见《动作编码表》
| |
| Assistant_action |
获取辅助导航主要动作,取值参见《辅助动作编码表》
| |
| Distance |
获取此路段长度,单位: 米
| |
| Duration |
获取此路段预计耗时,单位:秒
| |
| Instruction |
获取行走指示
| |
| Orientation |
获取行走方向,方向取值参见《方向编码表》
| |
| Polyline |
获取此路段坐标点串,坐标串定义为:经度和纬度使用","分隔,坐标之间使用";"分隔。例如:x1,y1;x2,y2
| |
| Road |
获取道路名称
| |
| Tmcs |
获取实时交通信息数组,数组中存放AMapTMC对象
| |
| Toll_distance |
获取收费路段长度, 单位:米
| |
| Toll_road |
获取主要收费路段
| |
| Tolls |
获取路段收费金额, 单位:元
|
See Also