Traffic density indicator on a contiguous segment of a polyline or 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,// 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.}
Fields
startPolylinePointIndex
integer
The starting index of this interval in the polyline.
endPolylinePointIndex
integer
The ending index of this interval in the polyline.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-26 UTC."],[[["`SpeedReadingInterval` indicates traffic density on a path segment using start and end points."],["It classifies traffic speed into categories: `NORMAL`, `SLOW`, and `TRAFFIC_JAM`."],["The interval is represented in JSON format including start/end point indexes and speed information."]]],[]]