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 渋滞しています。