折線或路徑上連續路段的車流密度指標。假設路徑的點為 P_0、P_1、...、P_N (以零為基準的索引),SpeedReadingInterval 會定義間隔,並使用下列類別說明流量。
| JSON 表示法 |
|---|
{
"startPolylinePointIndex": integer,
"endPolylinePointIndex": integer,
// The following is a list of mutually exclusive fields. At most one of the
// fields will be set in a response:
"speed": enum ( |
| 欄位 | |
|---|---|
startPolylinePointIndex |
折線中這個間隔的起始索引。 |
endPolylinePointIndex |
折線中這個間隔的結尾索引。 |
| 這個間歇的配速類型。以下列出互斥的欄位。回應中最多只會設定一個欄位: | |
speed |
這個時間間隔的車速。 |
| 互斥欄位的結尾。 | |
速度
根據交通資訊分類折線速度。
| 列舉 | |
|---|---|
SPEED_UNSPECIFIED |
預設值。這個值不會使用。 |
NORMAL |
車速正常,車流暢通。 |
SLOW |
偵測到車流減緩,車流中等。 |
TRAFFIC_JAM |
車流堵塞。 |