Stay organized with collections
Save and categorize content based on your preferences.
A route is a navigable path between a start location, or origin, and an end
location, or destination. You can choose to get a route for different modes of
transportation, such as walking, biking, or different types of vehicles. You can
also request route details such as distance, estimated time to navigate the
route, expected tolls, and step-by-step instructions to navigate the route.
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:
How to specify the location for waypoints, and options for specifying
waypoints in between the origin and destination and how to handle those
waypoints.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["A route is a navigable path between a start and end location, which can be calculated for various modes of transportation like walking, biking, or driving."],["You can obtain route details such as distance, estimated travel time, tolls, and step-by-step directions."],["Routes can be used for efficient dispatch scheduling, including optimizing worker assignments and warehouse selection for package delivery."],["The Routes API offers customization options for route types, vehicle types, waypoint handling, traffic considerations, and route preferences."],["Developers can access detailed guides to understand route computation, response handling, and various API features."]]],["Routes provide navigable paths between origins and destinations, supporting various transportation modes. They offer details like distance, time, tolls, and step-by-step directions. The Routes API allows route customization, aiding in tasks like dispatch scheduling. Options include selecting vehicle types, specifying waypoints, incorporating traffic data, and customizing route preferences (e.g., toll or ferry avoidance). The API also provides a method for retrieving route data that is to be reviewed in order to understand how to use this information in an application.\n"]]