Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
SpeedReadingInterval indicates traffic density on a segment of a path using start and end points and a speed category.
The interval is defined by startPolylinePointIndex and endPolylinePointIndex, representing the segment's start and end points on the path.
Traffic speed within the interval is categorized using the speed enum, providing information about traffic flow.
When an index value is 0 in the JSON representation, the corresponding field (startPolylinePointIndex or endPolylinePointIndex) may appear unpopulated.
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.
[[["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 2025-08-27 UTC."],[],["The `SpeedReadingInterval` defines traffic density on a path segment using a start and end index within a polyline (P_0 to P_N). It uses `startPolylinePointIndex` and `endPolylinePointIndex` (integers) to mark the segment's boundaries. The `speed` field, an enum, categorizes the traffic speed within this segment. If either the start or end index is 0, it is treated as unpopulated. The JSON representation details this structure.\n"]]