সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি ট্রানজিট রুট ম্যাট্রিক্স পান যা এই অঞ্চলে উপলব্ধ সর্বজনীন পরিবহন বিকল্পগুলি ব্যবহার করে৷ ট্রানজিট বিকল্পের মধ্যে থাকতে পারে বাস, পাতাল রেল এবং অন্যান্য ট্রেন।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-02-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Obtain a matrix of routes using available public transportation like buses, subways, and trains for a specified region."],["The API allows you to calculate travel distances, durations, and even transit fares between multiple origins and destinations using public transit."],["Example code demonstrates how to make a request to the API using curl, specifying origins, destinations, and desired fields like transit fare."],["The response provides a matrix with details for each origin-destination pair, including distance, duration, fare (if applicable), and route existence status."]]],["This content demonstrates how to obtain a transit route matrix using public transportation like buses, subways, and trains. The process involves sending a POST request to the `computeRouteMatrix` endpoint with origin and destination waypoints, specifying `TRANSIT` as the `travelMode`. The request can include a transit fare request. The response provides details such as distance, duration, status, and transit fare information between specified origin and destination pairs.\n"]]