tileStore

val tileStore: TileStore? = null

Tile store instance. It manages downloads and storage for requests to tile-related API endpoints. When creating the TileStore make sure to call TileStore.setOption with TileStoreOptions.MAPBOX_ACCESS_TOKEN and your token. If this parameter is null, the TileStore will be created with a token passed to MapboxSearchSdk and tilesBaseUri.

You can reuse TileStore instance passed to Mapbox Maps or Navigation SDK.