tilesConfiguration

fun tilesConfiguration(tilesDataset: String, tilesVersion: String, includeAdas: Boolean): PredictiveCacheNavigationOptions.Builder

Tileset configuration.

Parameters

tilesDataset

String built out of <account>[.<graph>] variables. Account can be mapbox for default datasets or your username for other.

tilesVersion

Tiles version.

includeAdas

Whether to include ADAS tiles.

Note: With the current implementation, if includeAdas is true, tilesDataset and tilesVersion must not be null. Additionally, if either tilesDataset or tilesVersion is specified, both must be provided; neither can be null.