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.
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.
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.
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.
One parameter switches label language, including transliteration for scripts your users cannot read.
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"| Endpoint | Parameters | Request |
|---|---|---|
| /v1/tiles/vector/{z}/{x}/{y}.mvtGET | stylenavi-night · navi-day · terrain · minimal | navi-night |
| lang | fr | |
| /v1/tiles/raster/{z}/{x}/{y}.pngGET | scale1 or 2 for HiDPI | 2 |
| style | navi-day | |
| /v1/staticGET | center | 41.3874,2.1686 |
| zoom | 13 | |
| size | 1200x630 | |
| overlay | route:polyline,pin:41.39,2.17 |
Free allowance first, then the ladder. HERE's published rate is shown struck through.
| Service | Free / month | HERE list | ApiNavi |
|---|---|---|---|
| Vector tilesMVT basemap, styled client-side. | 30K | $0.50 | $0.25 |
| Raster tilesPNG basemap tiles, 1× and 2×. | 30K | $0.50 | $0.25 |
Coming from HERE? The parameter map is one page away. Read the HERE migration guide
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.
No. A tile served from your CDN or the browser cache never reaches us and is never billed.