Tolls by system, before you dispatch
Per-system breakdown with the vehicle profile applied — axles, emission class, weight — and payment methods, so the cost can go into the quote rather than the reconciliation.
Four services that answer the operational questions a route alone does not: the toll bill before dispatch, the road a GPS point actually belongs to, the moment an asset entered a yard, and the shift-legal order of 400 stops.
Per-system breakdown with the vehicle profile applied — axles, emission class, weight — and payment methods, so the cost can go into the quote rather than the reconciliation.
Snap a raw trace to the road graph with a confidence value and the link attributes attached: speed limit, functional class, name.
Shifts, breaks, capacities, skills, time windows and multi-depot. Objectives are ordered, so you can minimise cost first and lateness second rather than tuning one opaque weight.
The sandbox answers without a key. Response shapes are the documented ones.
curl -sG "https://api.apinavi.com/v1/tolls" \
-H "Authorization: Bearer $APINAVI_KEY" \
-d "route=polyline or route id" \
-d "vehicle=type:truck;axles:5;emission:euro6"| Endpoint | Parameters | Request |
|---|---|---|
| /v1/tollsGET | route | polyline or route id |
| vehicle | type:truck;axles:5;emission:euro6 | |
| currency | EUR | |
| /v1/positionsPOST | assets | [{id, lat, lng, ts, speed}] |
| mapMatchsnap to the road graph | true | |
| /v1/geofencesPOST | shape | polygon | circle | corridor |
| webhook | https://your.app/hooks/fence |
Free allowance first, then the ladder. HERE's published rate is shown struck through.
| Service | Free / month | HERE list | ApiNavi |
|---|---|---|---|
| Tour planningFleet-wide optimisation with shifts and capacities. | 500 | $34.98 | $17.49 |
| Matrix routingUp to 250 000 origin–destination pairs per call. | 2.5K | $5.00 | $2.50 |
| TrafficLive flow and incidents on the road graph. | 2.5K | $2.50 | $1.25 |
| RoutingDoor-to-door routes for car, truck, bike and foot. | 5K | $1.50 | $0.75 |
Coming from HERE? The parameter map is one page away. Read the HERE migration guide
Because HERE prices it that way — $34.98 per optimisation on their published list. Ours is $17.49. It is compute, not a lookup, so a per-1 000 rate would be meaningless.
No. You pay to create and evaluate geofences; delivering the event costs nothing.