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 偵測到交通壅塞。