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