Loadcirclecommon.loadcircle

Routing Engine

The Routing Engine provides truck-aware global routing with real-time restriction logic, toll calculations, and safe parking integration.

Capabilities

Vehicle Profiles

Each vehicle in the system has a profile containing:

FieldExample
Height4.2 m
Width2.55 m
Length16.5 m
Weight (GVW)44 t
Hazmat classesADR 3, 6.2
Fuel typeDiesel / Electric

Route Preview

The Route Preview feature displays the planned route on a Mapbox map with turn-by-turn instructions, restriction alerts, and alternate route options. Operators can drag to re-route and push the final route to the driver.

API Usage

POST /api/routing/plan
{
  "origin": { "lat": 51.5, "lng": -0.12 },
  "destination": { "lat": 48.85, "lng": 2.35 },
  "vehicleProfileId": "veh-22",
  "waypoints": [],
  "avoidTolls": false
}