Berisi informasi tentang jalan tol pada rute. Kolom ini hanya diisi jika diperkirakan ada jalan tol pada rute tersebut. Jika kolom ini ditetapkan, tetapi subkolom estimatedPrice tidak diisi, rute akan berisi jalan tol, tetapi perkiraan harganya tidak diketahui. Jika kolom ini tidak disetel, maka tidak ada jalan tol pada rute.
Interval pembacaan kecepatan yang menjelaskan kepadatan lalu lintas. Berlaku untuk preferensi pemilihan rute TRAFFIC_AWARE dan TRAFFIC_AWARE_OPTIMAL. Interval mencakup seluruh polyline rute tanpa tumpang-tindih. Titik awal interval yang ditentukan sama dengan titik akhir interval sebelumnya.
Contoh:
polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
speedReadingIntervals: [A,C), [C,D), [D,G).
Jika ada, berisi total tarif atau biaya tiket pada rute ini Properti ini hanya ditampilkan untuk permintaan TRANSIT dan hanya untuk rute yang informasi tarifnya tersedia untuk semua langkah transportasi umum.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]