Chứa thông tin về lệ phí cầu đường trên tuyến đường. Trường này chỉ được điền sẵn nếu dự kiến sẽ thu phí trên tuyến đường. Nếu bạn đặt trường này nhưng trường phụ estimatedPrice không được điền thì tuyến đường có thu phí cầu đường nhưng không xác định được giá ước tính. Nếu bạn không đặt trường này, thì sẽ không có phí cầu đường trên tuyến đường.
Khoảng thời gian đọc tốc độ nêu chi tiết mật độ lưu lượng truy cập. Áp dụng trong trường hợp có lựa chọn ưu tiên về định tuyến TRAFFIC_AWARE và TRAFFIC_AWARE_OPTIMAL. Các khoảng thời gian này bao phủ toàn bộ hình nhiều đường mà không chồng chéo nhau. Điểm bắt đầu của khoảng thời gian được chỉ định giống với điểm kết thúc của khoảng trước đó.
Ví dụ:
polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
speedReadingIntervals: [A,C), [C,D), [D,G).
Nếu có, chứa tổng giá vé hoặc tổng giá vé trên tuyến đường này. Thuộc tính này chỉ được trả về cho các yêu cầu TRANSIT và chỉ cho những tuyến đường có thông tin về giá vé cho tất cả các bước chuyển tuyến.
[[["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: 2025-04-29 UTC."],[[["JSON representation provides supplementary route details like tolls, traffic, and fuel consumption."],["The `tollInfo` field indicates presence of tolls and potential costs if available."],["`speedReadingIntervals` details traffic density along the route using intervals."],["`fuelConsumptionMicroliters` provides an estimate of fuel usage for the route."],["`routeRestrictionsPartiallyIgnored` signals potential unsuitability of the route for the travel mode."],["`transitFare` shows the total cost for transit routes if applicable and available."]]],["The core content details route information via a JSON structure. Key data includes `tollInfo` (toll details), `speedReadingIntervals` (traffic density), `fuelConsumptionMicroliters` (predicted fuel use), `routeRestrictionsPartiallyIgnored` (potential route restrictions), and `transitFare` (total transit costs). The data provides details about tolls, traffic, fuel consumption, restrictions and fares, depending on the request and the characteristics of the route.\n"]]