אינדיקטור לצפיפות התנועה בקטע רציף של קו פוליגוני או דרך. בהינתן נתיב עם הנקודות 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 יכול להיות רק אחת מהאפשרויות הבאות:
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-11-27 (שעון 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."]]],[]]