RouteTravelAdvisory
অতিরিক্ত তথ্য রয়েছে যা ব্যবহারকারীকে জানানো উচিত, যেমন সম্ভাব্য ট্রাফিক জোন বিধিনিষেধ।
JSON প্রতিনিধিত্ব |
---|
{
"tollInfo": {
object (TollInfo )
},
"speedReadingIntervals": [
{
object (SpeedReadingInterval )
}
],
"fuelConsumptionMicroliters": string,
"routeRestrictionsPartiallyIgnored": boolean,
"transitFare": {
object (Money )
}
} |
ক্ষেত্র |
---|
toll Info | object ( TollInfo ) রুটের টোল সম্পর্কে তথ্য রয়েছে। রুটে টোল প্রত্যাশিত হলেই এই ক্ষেত্রটি জনবহুল। যদি এই ক্ষেত্রটি সেট করা থাকে, কিন্তু estimatedPrice সাবফিল্ড জনবহুল না হয়, তাহলে রুটে টোল রয়েছে, কিন্তু আনুমানিক মূল্য অজানা। যদি এই ক্ষেত্রটি সেট করা না থাকে, তাহলে রুটে কোনো টোল প্রত্যাশিত নেই৷ |
speed Reading Intervals[] | object ( SpeedReadingInterval ) ট্র্যাফিক ঘনত্বের বিশদ বিবরণ দিয়ে গতি পড়ার ব্যবধান। TRAFFIC_AWARE এবং TRAFFIC_AWARE_OPTIMAL রাউটিং পছন্দগুলির ক্ষেত্রে প্রযোজ্য৷ বিরতিগুলি ওভারল্যাপ ছাড়াই রুটের পুরো পলিলাইনকে কভার করে। একটি নির্দিষ্ট ব্যবধানের শুরু বিন্দু পূর্ববর্তী ব্যবধানের শেষ বিন্দুর সমান। উদাহরণ: polyline: A ---- B ---- C ---- D ---- E ---- F ---- G
speedReadingIntervals: [A,C), [C,D), [D,G).
|
fuel Consumption Microliters | string ( int64 format) মাইক্রোলিটারে পূর্বাভাসিত জ্বালানী খরচ। |
route Restrictions Partially Ignored | boolean ফিরে আসা রুটে বিধিনিষেধ থাকতে পারে যা অনুরোধ করা ভ্রমণ মোড বা রুট সংশোধকদের জন্য উপযুক্ত নয়। |
transit Fare | object ( Money ) যদি উপস্থিত থাকে, তাহলে এই রুটে মোট ভাড়া বা টিকিটের খরচ রয়েছে এই সম্পত্তিটি শুধুমাত্র TRANSIT অনুরোধের জন্য এবং শুধুমাত্র সেই রুটের জন্য যেখানে সমস্ত ট্রানজিট ধাপের জন্য ভাড়ার তথ্য পাওয়া যায়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-27 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-27 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"]]