mapRouter

Map Explorer

Lagos Island, NG
Ikeja, Lagos, NG
Telemetry Snippet
curl -X POST https://api.maprouter.io/v1/route \
  -H "Authorization: Bearer mr_live_9a3c..." \
  -d '{
    "origin": { "lat": 6.4541, "lng": 3.3947 },
    "destination": { "lat": 6.5244, "lng": 3.3792 }
  }'
Response Data
// Run a query to preview response
Tip: Adjust the inputs in the left panel to execute real-time routing runs.