Chỉ báo mật độ giao thông trên một đoạn liên tục của đường đa tuyến hoặc đường dẫn. Với một đường dẫn có các điểm P_0, P_1, ... , P_N (chỉ mục dựa trên 0), SpeedReadingInterval xác định một khoảng thời gian và mô tả lưu lượng truy cập của khoảng thời gian đó bằng các danh mục sau.
Biểu diễn dưới dạng 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.}
Trường
startPolylinePointIndex
integer
Chỉ mục bắt đầu của khoảng thời gian này trong đường đa tuyến.
endPolylinePointIndex
integer
Chỉ mục kết thúc của khoảng thời gian này trong đường đa tuyến.
Trường hợp hợp nhất speed_type.
speed_type chỉ có thể là một trong những giá trị sau:
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]