TransferPlanInfo 对象规范
TransferInfo 对象 plan 属性的内容,包含一组公交换乘方案。
属性
名称 | 类型 | 说明 |
---|---|---|
actions
|
Array.<TransferActionInfo>
|
此换乘路线的换乘动作数组。 |
bounds
|
LatLngBounds
|
此换乘中所有路线的地理范围。 |
lines
|
Array.<LineInfo>
|
换乘中的公交线路路段的信息。 |
stations
|
Array.<Poi>
|
换乘中的公交车站数组。不包括起终点。 |
duration
|
String
|
总路程花费时间,单位分钟。 |
distance
|
Number
|
总路程覆盖的距离,单位米。 |
walks
|
RouteInfo
|
步行信息。 |