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 检测到交通堵塞。