| BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
    | 
#include <BMKBusRouteSearchResult.h>
 
 | 属性 | |
| NSString * | arriveTime | 
| NSString * | departTime | 
| NSInteger | distance | 
| NSInteger | duration | 
| 耗时 单位:秒 | |
| BMKBusRoutePlanType | planType | 
| 方案类型 | |
| int | planStatus | 
| NSInteger | congestionDistance | 
| 拥堵距离,单位:米,仅适用于城市内 | |
| NSInteger | congestionDuration | 
| 拥堵耗时,单位:秒,仅适用于城市内 | |
| NSString * | congestionText | 
| 拥堵提示,仅适用于城市内 | |
| int | price | 
| 最低价格,单位:分,适用于所有情况 | |
| NSArray< NSArray< BMKBusRouteStep * > * > * | steps | 
| 
 | readwritenonatomiccopy | 
预计到达时间 格式:yyyy-mm-dd hh:ss
| 
 | readwritenonatomicassign | 
拥堵距离,单位:米,仅适用于城市内
| 
 | readwritenonatomicassign | 
拥堵耗时,单位:秒,仅适用于城市内
| 
 | readwritenonatomiccopy | 
拥堵提示,仅适用于城市内
| 
 | readwritenonatomiccopy | 
出发时间 格式:yyyy-mm-dd hh:ss
| 
 | readwritenonatomicassign | 
距离 单位:米 跨城方案中, 不包含飞机、货车、大巴的距离
| 
 | readwritenonatomicassign | 
耗时 单位:秒
| 
 | readwritenonatomicassign | 
方案状态 0 正常 1 当前线路不确定是否运营
| 
 | readwritenonatomicassign | 
方案类型
| 
 | readwritenonatomicassign | 
最低价格,单位:分,适用于所有情况
| 
 | readwritenonatomicstrong | 
方案中的具体step 二维数组,一个step内可能会出现多个选择,例如坐公交或打车