Our Vector Maps API provides you with access to the underlying map data in our Map Tiles. We use these vector tiles internally to generate our Map Tiles and Static Maps on our servers. Our vector tiles are also available for you to use directly, for example with on-device rendering.
Vector tiles contain all the map information required for the corresponding image tile. They are compressed protobuf files and are created from the shapefiles and PostGIS database normally used for rendering. By pre-processing the data into vector tiles they become easy to ship around, and very fast to convert into raster image tiles - so fast that the raster images don’t even need to be stored!
Note: Since the first generation of our vector tiles were designed for internal use, they have a few quirks and idiosyncrasies that you might notice! We welcome any feedback you have that would improve the Vector Tiles API for you in future versions.
We have two vector tilesets available for you to use in your projects:
All our vector tilesets are available in the MVT format, so they are compatible with a wide range of rendering libraries.
You’ll need an API Key to access all of our APIs and services.