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.

Unoptimized
Optimized

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.

32%
Distance Saved
28%
Time Saved
  • 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.

Vehicle 1 - 3 stops, 8.2 km
Vehicle 2 - 3 stops, 7.8 km
Vehicle 3 - 3 stops, 8.5 km
Optimize Route API Request
JSON
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

Algorithm
Advanced TSP/VRP solver
Max Stops
Up to 200 locations

Constraints

Time Windows
Delivery time constraints
Vehicle Capacity
Load balancing support

Performance

Response Time
Sub-second optimization
Multi-Vehicle
Fleet routing support

Pricing

Free Tier
100,000 optimizations/month
Rate Limits
Unlimited

Ready to get started?

Join thousands of developers using MapAtlas APIs to power their location-based applications.

Route Optimization API - Multi-Stop Routing | MapAtlas