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

  NameDescription
Public propertyArrival_stop
获取下车站
Public propertyBasic_price
获取起步价
Public propertyBounds
获取公交路线最小外接矩形左下、右上顶点坐标,数组中存放 AMapLocation 对象
Public propertyBus_stops
途经公交站数组,数组中存放 AMapBusStop 对象
Public propertyBus_stops_num
获取途径公交站数
Public propertyCitycode
获取城市编码
Public propertyCompany
获取所属公交公司
Public propertyDeparture_stop
获取起程站
Public propertyDistance
获取距离。在公交线路查询时,该值为此线路的全程距离,单位为千米; 在公交路径规划时,该值为乘坐此路公交车的行驶距离,单位为米。
Public propertyDuration
获取预计行驶时间,单位: 秒
Public propertyEnd_stop
获取终点站
Public propertyEnd_time
获取末班车时间
Public propertyGridcode
获取地理格ID
Public propertyId
获取公交线路ID
Public propertyName
获取公交线路名称
Public propertyPolyline
获取坐标集合,规则为:经度和纬度使用","分隔,坐标之间使用";"分隔。例如:x1,y1;x2,y2
Public propertyStart_stop
获取首发站
Public propertyStart_time
获取首班车时间
Public propertyTotal_price
获取全程票价
Public propertyType
获取公交类型
Back to Top
See Also