tileStore

fun tileStore(tileStore: TileStore?): OfflineSearchSettings.Builder

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. By default (if null is provided here), the TileStore will be created with a token passed to MapboxSearchSdk.

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