पॉलीलाइन या पाथ के एक सेगमेंट पर ट्रैफ़िक की घनत्व का इंडिकेटर. 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.}
[[["समझने में आसान है","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."]]],[]]