The Mapbox Optimized Trips API returns a duration-optimized trip between the input coordinates. This is also known
as solving the Traveling Salesperson Problem. A typical use case for this API is planning the route for deliveries
in a city. Optimized trips can be retrieved for car driving, bicycling and walking or hiking.
Under normal plans, a maximum of 12 coordinates can be passed in at once at a maximum 60 requests per minute. For
higher volumes, reach out through our contact page.
Note that for under 10 coordinates, the returned results will be optimal. For 10 and more coordinates, the results
will be optimized approximations.