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 检测到交通堵塞。