Turn-by-Turn Navigation & Route Calculation
Calculate optimal routes between locations with detailed turn-by-turn directions. Support for multiple travel modes and real-time traffic integration.
MapAtlas Directions API calculates optimal routes between any two points using advanced algorithms that consider road networks, traffic conditions, and travel preferences. Get accurate ETAs and efficient navigation for any journey.
Support for multiple travel modes ensures users get the most relevant routes. Whether driving, walking, cycling, or using public transit, our API calculates mode-specific routes optimized for each transportation type.
POST https://gateway.mapatlas.eu/directions/?token=YOUR_TOKEN
{
"locations": [
{"lat": "42.358528", "lon": "-83.271400"},
{"lat": "42.996613", "lon": "-78.749855"}
],
"costing": "auto"
}
Response:
{
"trip": {
"summary": {"length": 456.789, "time": 12345},
"legs": [{"shape": "guvq_Aso_w@...", "maneuvers": [...]}]
}
}Get comprehensive turn-by-turn directions with precise maneuver instructions, distances, and estimated times for each step. Perfect for building navigation apps, delivery tracking systems, or route planning tools.
Powerful routing for every scenario
Calculate routes for driving, walking, cycling, and public transport with mode-specific optimizations
Detailed step-by-step directions with maneuver instructions for voice-guided navigation
Dynamic route calculation based on current traffic conditions for accurate ETAs
Multiple route options with distance and time comparisons for user choice
Calculate routes for specific departure or arrival times considering traffic patterns
Avoid tolls, highways, or ferries based on your preferences for optimized routes
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 before integrating MapAtlas Directions API.