ConsumableTrafficPolylineLog

車両の経路上の交通密度。

JSON 表現
{
  "speedReadingInterval": [
    {
      object (SpeedReadingIntervalLog)
    }
  ]
}
フィールド
speedReadingInterval[]

object (SpeedReadingIntervalLog)

前の地点から現在の地点までの経路の渋滞状況。

SpeedReadingIntervalLog

経路の連続セグメントに表示される交通密度インジケーター。SpeedReadingIntervalLog では、点 P_0、P_1、...、P_N(ゼロベースのインデックス)を持つパスが与えられると、間隔が定義され、次のカテゴリを使用してトラフィックが記述されます。

JSON 表現
{
  "startPolylinePointIndex": integer,
  "endPolylinePointIndex": integer,
  "speed": enum (Speed)
}
フィールド
startPolylinePointIndex

integer

パス内のこの区間の開始インデックス。JSON では、インデックスが 0 の場合、フィールドに値が入力されていないように見えます。

endPolylinePointIndex

integer

パス内のこの区間の終了インデックス。JSON では、インデックスが 0 の場合、フィールドに値が入力されていないように見えます。

speed

enum (Speed)

この期間の交通状況。