Маршрут — это проходимый путь между начальной точкой (отправной точкой) и конечной точкой (пунктом назначения). Вы можете выбрать маршрут для различных видов транспорта, таких как пешая прогулка, езда на велосипеде или различные типы транспортных средств. Вы также можете запросить подробную информацию о маршруте, такую как расстояние, расчетное время в пути, ожидаемые сборы и пошаговые инструкции по прохождению маршрута.
You can use a route to help you determine the most efficient routes for dispatch scheduling, such as:
How best to assign a set of workers to pick up a series of packages
The best warehouse from which to ship packages to their final destination
The Routes API provides several options to customize the types of routes and information provided in a route response. These guide topics can help you get started:
| Тема | Описание |
|---|---|
| Проложить маршрут | Learn how to create a route matrix and what information you want in the response. |
| Доступные типы транспортных средств для маршрута | How to select what type of vehicle the route is for. |
| Типы и параметры путевых точек | How to specify the location for waypoints, and options for specifying waypoints in between the origin and destination and how to handle those waypoints. |
| Доступные варианты организации дорожного движения | What traffic options you have, and how to select which to use when calculating a route and estimating travel duration. |
| Доступные варианты маршрута | How to customize your route, including optimizing your route waypoints and preferences for route features to avoid, such as tolls or ferries. |
| Проверьте ответ на запрос маршрута. | Review how a route is returned from the Routes API, so you know how to handle the response in your application. |