Optimize Route API
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.
Intelligent Route Optimization
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.
- Reduce fuel costs and vehicle wear
- Sub-second optimization for up to 200 stops
Multi-Vehicle Fleet Optimization
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}
]
}Simple API Integration
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.
- Support for time windows and priority stops
- Vehicle capacity and constraint handling
- Complete route geometry in GeoJSON format
Key Features
Smart optimization for complex routing
Multi-Stop Optimization
Find the most efficient order to visit multiple locations, minimizing time and distance
Time Windows
Support for delivery time constraints and service time requirements
Cost Reduction
Reduce fuel costs and travel time with optimized route sequencing
Vehicle Constraints
Consider vehicle capacity, load restrictions, and driver shift times
Priority Stops
Specify high-priority locations that must be visited first or within specific time frames
Multiple Vehicles
Optimize routes across fleet of vehicles with balanced workload distribution
Technical Specifications
Optimization
Constraints
Performance
Pricing
Ready to get started?
Join thousands of developers using MapAtlas APIs to power their location-based applications.