SpeedReadingInterval

折線或路徑上連續路段的車流密度指標。假設路徑的點為 P_0、P_1、...、P_N (以零為基準的索引),SpeedReadingInterval 會定義間隔,並使用下列類別說明其流量。

JSON 表示法
{
  "startPolylinePointIndex": integer,
  "endPolylinePointIndex": integer,

  // Union field speed_type can be only one of the following:
  "speed": enum (Speed)
  // End of list of possible types for union field speed_type.
}
欄位
startPolylinePointIndex

integer

折線中這個間隔的起始索引。

endPolylinePointIndex

integer

折線中這個間隔的結尾索引。

聯集欄位 speed_type。這個間歇的配速類型。speed_type 只能是下列其中一項:
speed

enum (Speed)

這個時間間隔內的車速。

速度

根據交通流量資料分類折線速度。

列舉
SPEED_UNSPECIFIED 預設值。這個值不會使用。
NORMAL 正常速度,車流暢通。
SLOW 系統偵測到車流減緩,車流中等。
TRAFFIC_JAM 車流堵塞。