AMapStep Properties高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册The AMapStep type exposes the following members.
Properties

  NameDescription
Public propertyAction
获取导航主要动作,主要动作取值参见《动作编码表》
Public propertyAssistant_action
获取辅助导航主要动作,取值参见《辅助动作编码表》
Public propertyDistance
获取此路段长度,单位: 米
Public propertyDuration
获取此路段预计耗时,单位:秒
Public propertyInstruction
获取行走指示
Public propertyOrientation
获取行走方向,方向取值参见《方向编码表》
Public propertyPolyline
获取此路段坐标点串,坐标串定义为:经度和纬度使用","分隔,坐标之间使用";"分隔。例如:x1,y1;x2,y2
Public propertyRoad
获取道路名称
Public propertyTmcs
获取实时交通信息数组,数组中存放AMapTMC对象
Public propertyToll_distance
获取收费路段长度, 单位:米
Public propertyToll_road
获取主要收费路段
Public propertyTolls
获取路段收费金额, 单位:元
Back to Top
See Also