Skip to content

Mbgl-offline | |best|

: Generates .db (SQLite) files containing all necessary resources—tiles, styles, fonts, and sprites—for a specific geographic region.

Further Reading: Mapbox GL Native Offline API Documentation | SQLite MBTiles Specification | Vector Tile Pyramid Theory mbgl-offline

refers to the specific suite of APIs and mechanisms within the Mapbox GL Native SDKs that allow developers to download these vector tiles and associated resources (fonts, sprites, icons) to the device's local storage. Once downloaded, the application can render the map perfectly without a single byte of network traffic. : Generates

Example in mapbox-gl-native (C++):