DashPredictiveCacheInit

Properties

Link copied to clipboard

Radius in meters around the current location used by the map predictive cache.

Link copied to clipboard

Radius in meters around the destination used by the map predictive cache.

Link copied to clipboard

Radius in meters around the active route used by the map predictive cache.

Link copied to clipboard

The tilesets associated with the satellite tileset descriptor. Contains an array, each element of which must be either a URI to a TileJSON resource or a JSON string representing the inline tileset. This property can be used to resolve extra tilesets that are not part of the original satellite style or to explicitly define the set of tilesets to cache (see PredictiveCachingMode.TILESETS_ONLY). The provided URIs must have "mapbox://" scheme, e.g. "mapbox://mapbox.mapbox-streets-v8".

Link copied to clipboard
abstract var mapTilesets: List<String>?

The tilesets associated with the tileset descriptor. Contains an array, each element of which must be either a URI to a TileJSON resource or a JSON string representing the inline tileset. This property can be used to resolve extra tilesets that are not part of the original style or to explicitly define the set of tilesets to cache (see PredictiveCachingMode.TILESETS_ONLY). The provided URIs must have "mapbox://" scheme, e.g. "mapbox://mapbox.mapbox-streets-v8".

Link copied to clipboard
abstract var mode: String

Controls whether predictive caching prefetches all map styles or only the currently active one.

Link copied to clipboard

Radius in meters around the current location used by the navigation predictive cache.

Radius in meters around the destination used by the navigation predictive cache.

Link copied to clipboard

Radius in meters around the active route used by the navigation predictive cache.