با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
یک ماتریس مسیر ترانزیت دریافت کنید که از گزینه های حمل و نقل عمومی موجود در منطقه استفاده می کند. گزینه های حمل و نقل ممکن است شامل اتوبوس، مترو، و قطار و غیره باشد.
تاریخ آخرین بهروزرسانی 2025-02-05 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["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"]]