Pricing
$17.49 per optimisation

What the trip costs, where the vehicle is, when it crossed.

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.

Free
500
HERE list
$34.98
ApiNavi
$17.49
Endpoints
3

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.

Map matching that survives urban canyons

Snap a raw trace to the road graph with a confidence value and the link attributes attached: speed limit, functional class, name.

Tour planning with real constraints

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.

Try it now

Endpoints

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"
ResponseSandbox data

Parameters

EndpointParametersRequest
/v1/tollsGETroutepolyline or route id
vehicletype:truck;axles:5;emission:euro6
currencyEUR
/v1/positionsPOSTassets[{id, lat, lng, ts, speed}]
mapMatchsnap to the road graphtrue
/v1/geofencesPOSTshapepolygon | circle | corridor
webhookhttps://your.app/hooks/fence
What this costs

All ten billed services

Free allowance first, then the ladder. HERE's published rate is shown struck through.

ServiceFree / monthHERE listApiNavi
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

Limits that matter

  • Tour planning: 2 000 jobs, 500 vehicles, 60 s typical solve
  • Map matching: 50 000 points per request
  • Geofences: 10 000 active shapes per account, webhook retries for 24 h

Coming from HERE? The parameter map is one page away. Read the HERE migration guide

Questions

Why is tour planning priced per optimisation?

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.

Do geofence webhook deliveries bill?

No. You pay to create and evaluate geofences; delivering the event costs nothing.