Ein Indikator für die Verkehrsdichte auf einem zusammenhängenden Abschnitt einer Polylinie oder eines Pfads. Bei einem Pfad mit den Punkten P_0, P_1, …, P_N (Index beginnt bei null) definiert SpeedReadingInterval ein Intervall und beschreibt den Traffic mit den folgenden Kategorien.
JSON-Darstellung
{"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.}
Felder
startPolylinePointIndex
integer
Der Startindex dieses Intervalls in der Polylinie.
endPolylinePointIndex
integer
Der Endindex dieses Intervalls in der Polylinie.
Union-Feld speed_type.
Für speed_type ist nur einer der folgenden Werte zulässig:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]