Traffic density along a Vehicle's path.
JSON representation |
---|
{
"speedReadingInterval": [
{
object ( |
Fields | |
---|---|
speed |
Traffic speed along the path from the previous waypoint to the current waypoint. |
encoded |
The path the driver is taking from the previous waypoint to the current waypoint. This path has landmarks in it so clients can show traffic markers along the path (see |
SpeedReadingInterval
Traffic density indicator on a contiguous segment of a path. Given a path with points P_0, P_1, ... , P_N (zero-based index), the SpeedReadingInterval defines an interval and describes its traffic using the following categories.
JSON representation |
---|
{
"startPolylinePointIndex": integer,
"endPolylinePointIndex": integer,
"speed": enum ( |
Fields | |
---|---|
start |
The starting index of this interval in the path. In JSON, when the index is 0, the field will appear to be unpopulated. |
end |
The ending index of this interval in the path. In JSON, when the index is 0, the field will appear to be unpopulated. |
speed |
Traffic speed in this interval. |
Speed
The classification of polyline speed based on traffic data.
Enums | |
---|---|
SPEED_UNSPECIFIED |
Default value. This value is unused. |
NORMAL |
Normal speed, no slowdown is detected. |
SLOW |
Slowdown detected, but no traffic jam formed. |
TRAFFIC_JAM |
Traffic jam detected. |