Pricing
$0.25 per 1 000

A basemap you can restyle down to the road casing.

MVT tiles served from the same road graph the router uses, so what the user sees and what the route follows are the same geometry. Four styles ship ready; the style spec is open if none of them fits.

Free
30K
HERE list
$0.50
ApiNavi
$0.25
Endpoints
3

Vector first, raster when you need it

MVT for interactive maps, PNG for emails, PDFs and server-side rendering, and a static image endpoint that takes a route polyline and pins as parameters.

Styles that are actually documented

navi-night, navi-day, terrain and minimal, all published as JSON style documents you can fork. Layer names are stable across releases and deprecations are announced 12 months ahead.

Labels in 40 languages

One parameter switches label language, including transliteration for scripts your users cannot read.

Try it now

Endpoints

The sandbox answers without a key. Response shapes are the documented ones.

curl -sG "https://api.apinavi.com/v1/tiles/vector/z/x/y.mvt" \
  -H "Authorization: Bearer $APINAVI_KEY" \
  -d "style=navi-night" \
  -d "lang=fr"
ResponseSandbox data

Parameters

EndpointParametersRequest
/v1/tiles/vector/{z}/{x}/{y}.mvtGETstylenavi-night · navi-day · terrain · minimalnavi-night
langfr
/v1/tiles/raster/{z}/{x}/{y}.pngGETscale1 or 2 for HiDPI2
stylenavi-day
/v1/staticGETcenter41.3874,2.1686
zoom13
size1200x630
overlayroute:polyline,pin:41.39,2.17
What this costs

All ten billed services

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

ServiceFree / monthHERE listApiNavi
Vector tilesMVT basemap, styled client-side.30K$0.50$0.25
Raster tilesPNG basemap tiles, 1× and 2×.30K$0.50$0.25

Limits that matter

  • Zoom 0–20 worldwide, 21 in covered metros
  • Tiles are cacheable for 7 days; cached hits do not bill
  • Static images up to 2 048 × 2 048 at 2×

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

Questions

Why is the vector tile rate so much lower at volume?

Because HERE's is: their published ladder drops to $0.088 per 1 000 at high volume, and ours is half of that at $0.044. Below 1M tiles a month both sit at the higher step.

Do cached tiles count as transactions?

No. A tile served from your CDN or the browser cache never reaches us and is never billed.