Builder

class Builder

Build a new PredictiveCacheOptions.

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard
fun build(): PredictiveCacheOptions
Link copied to clipboard
fun predictiveCacheMapsOptions(predictiveCacheMapsOptions: PredictiveCacheMapsOptions): PredictiveCacheOptions.Builder

Predictive cache Maps related options.

Link copied to clipboard
fun predictiveCacheMapsOptionsList(predictiveCacheMapsOptionsList: List<PredictiveCacheMapsOptions>): PredictiveCacheOptions.Builder

List of predictive cache Maps related options (PredictiveCacheMapsOptions). Use this instead of predictiveCacheMapsOptions so that you can specify different PredictiveCacheLocationOptionss for different zoom level ranges.

Link copied to clipboard
fun predictiveCacheNavigationOptions(predictiveCacheNavigationOptions: PredictiveCacheNavigationOptions): PredictiveCacheOptions.Builder

Predictive cache Navigation related options.