Berisi informasi tentang jalan tol di rute. Kolom ini hanya diisi jika jalan tol diperkirakan ada di rute dan TOLLS disertakan dalam ComputeRoutesRequest.extra_computations permintaan. Jika kolom ini ditetapkan, tetapi sub-kolom estimatedPrice tidak diisi, maka rute berisi jalan tol, tetapi perkiraan harganya tidak diketahui. Jika tollInfo tidak ditetapkan, tidak ada biaya tol yang diperkirakan di rute.
Interval baca cepat yang menunjukkan kepadatan traffic. Kolom ini hanya diisi untuk permintaan saat permintaan memiliki nilai TRAFFIC_AWARE atau TRAFFIC_AWARE_OPTIMALComputeRoutesRequest.routing_preference, dan TRAFFIC_ON_POLYLINE disertakan dalam ComputeRoutesRequest.extra_computations. 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).
Prediksi konsumsi bahan bakar dalam mikroliter. Kolom ini hanya diisi jika FUEL_CONSUMPTION disertakan dalam ComputeRoutesRequest.extra_computations permintaan.
routeRestrictionsPartiallyIgnored
boolean
Rute yang ditampilkan mungkin memiliki batasan yang tidak sesuai untuk mode perjalanan atau pengubah rute yang diminta.
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-08-31 UTC."],[[["\u003cp\u003eJSON representation provides supplementary route details like tolls, traffic, and fuel consumption.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etollInfo\u003c/code\u003e field indicates presence of tolls and potential costs if available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003espeedReadingIntervals\u003c/code\u003e details traffic density along the route using intervals.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003efuelConsumptionMicroliters\u003c/code\u003e provides an estimate of fuel usage for the route.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003erouteRestrictionsPartiallyIgnored\u003c/code\u003e signals potential unsuitability of the route for the travel mode.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003etransitFare\u003c/code\u003e shows the total cost for transit routes if applicable and available.\u003c/p\u003e\n"]]],["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"],null,[]]