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 渋滞を検知しました。