ConsumableTrafficPolyline

車輛路徑上的交通密度。

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

object (SpeedReadingInterval)

從上一個路徑點到目前路徑點的路徑上,車流量速度。

encodedPathToWaypoint

string

駕駛人從上一個路標到目前路標的路線。這個路徑含有地標,因此用戶端可以沿路顯示交通標記 (請參閱 speedReadingInterval)。目前尚不支援解碼。

SpeedReadingInterval

路徑連續段的交通密度指標。假設路徑包含 P_0、P_1、...、P_N 等點 (以 0 為基底的索引),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 系統偵測到交通壅塞。