Multi-Stop Route Optimization
Solve the traveling salesman problem for your business. Calculate the most efficient route to visit multiple locations, reducing costs and improving efficiency.
MapAtlas Optimize Route API reorders your stops to minimize total distance and time. Our advanced TSP/VRP algorithms calculate the most efficient sequence, reducing unnecessary backtracking and route crossings.
Optimize routes for your entire fleet simultaneously. Our API distributes stops across vehicles while balancing workload, respecting capacity constraints, and minimizing total fleet distance.
POST https://gateway.mapmetrics-atlas.net/
optimized-route/?token=YOUR_TOKEN
{
"locations": [
{"lat": 52.5200, "lon": 13.4050},
{"lat": 52.5145, "lon": 13.4531},
{"lat": 52.5200, "lon": 13.4050}
],
"costing": "auto"
}
Response:
{
"locations": [
{"lat": 52.5200, "lon": 13.4050},
{"lat": 52.5145, "lon": 13.4531},
{"lat": 52.5200, "lon": 13.4050}
]
}Send your stop locations and receive the optimized visit order. The API handles complex calculations and returns efficient routes with detailed metrics for each vehicle in your fleet.
Smart optimization for complex routing
Find the most efficient order to visit multiple locations, minimizing time and distance
Support for delivery time constraints and service time requirements
Reduce fuel costs and travel time with optimized route sequencing
Consider vehicle capacity, load restrictions, and driver shift times
Specify high-priority locations that must be visited first or within specific time frames
Optimize routes across fleet of vehicles with balanced workload distribution
Start building with MapAtlas today. Sign up for free and get instant access to all our mapping APIs with generous free tier limits.
Everything you need to know about multi-stop route optimization.