ConsumableTrafficPolyline

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

JSON 表示法
{
  "speedReadingInterval": [
    {
      object (SpeedReadingInterval)
    }
  ],
  "encodedPathToWaypoint": string
}
字段
speedReadingInterval[]

object (SpeedReadingInterval)

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

encodedPathToWaypoint

string

驾驶员从上一个航点到当前航点的路径。此路径中包含地标,以便客户端可以显示路径上的交通标记(请参阅 speedReadingInterval)。尚不支持解码。

SpeedReadingInterval

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

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

integer

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

endPolylinePointIndex

integer

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

speed

enum (Speed)

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

速度

基于路况数据的多段线速度分类。

枚举
SPEED_UNSPECIFIED 默认值。此值未使用。
NORMAL 正常速度,未检测到减速。
SLOW 检测到行驶缓慢路段,但未出现交通堵塞。
TRAFFIC_JAM 检测到交通堵塞。