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)

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