ConsumableTrafficPolylineLog

车辆行驶路线沿途的交通密度。

JSON 表示法
{
  "speedReadingInterval": [
    {
      object (SpeedReadingIntervalLog)
    }
  ]
}
字段
speedReadingInterval[]

object (SpeedReadingIntervalLog)

从上一个航点到当前航点的路径上的交通速度。

SpeedReadingIntervalLog

路径中连续路段上的交通密度指示器。如果路径为 P_0、P_1、...、P_N(从零开始的索引),SpeedReadingIntervalLog 会定义一个间隔并使用以下类别描述其路况。

JSON 表示法
{
  "startPolylinePointIndex": integer,
  "endPolylinePointIndex": integer,
  "speed": enum (Speed)
}
字段
startPolylinePointIndex

integer

路径中此间隔的起始索引。在 JSON 中,当索引为 0 时,该字段将显示为未填充。

endPolylinePointIndex

integer

路径中此间隔的结束索引。在 JSON 中,当索引为 0 时,该字段将显示为未填充。

speed

enum (Speed)

此时间间隔内的交通速度。