PredictiveCacheController

fun PredictiveCacheController(predictiveCacheLocationOptions: PredictiveCacheLocationOptions = PredictiveCacheLocationOptions.Builder().build(), predictiveCacheControllerErrorHandler: PredictiveCacheControllerErrorHandler? = null)

Constructor of PredictiveCacheController

Parameters

predictiveCacheLocationOptions

PredictiveCacheLocationOptions location configuration for visual map predictive caching (optional)

predictiveCacheControllerErrorHandler

PredictiveCacheControllerErrorHandler listener (optional) Noting that predictiveCacheLocationOptions is used as predictiveCacheGuidanceLocationOptions when constructing PredictiveCacheController to retain backwards compatibility


fun PredictiveCacheController(    predictiveCacheLocationOptions: PredictiveCacheLocationOptions = PredictiveCacheLocationOptions.Builder().build(),     predictiveCacheGuidanceLocationOptions: PredictiveCacheLocationOptions = PredictiveCacheLocationOptions.Builder().build(),     predictiveCacheControllerErrorHandler: PredictiveCacheControllerErrorHandler? = null)

Constructor of PredictiveCacheController

Parameters

predictiveCacheLocationOptions

PredictiveCacheLocationOptions location configuration for visual map predictive caching (optional)

predictiveCacheGuidanceLocationOptions

PredictiveCacheLocationOptions location configuration for guidance predictive caching (optional)

predictiveCacheControllerErrorHandler

fun PredictiveCacheController(predictiveCacheOptions: PredictiveCacheOptions)

Parameters

predictiveCacheOptions

PredictiveCacheOptions options to instantiate instance of PredictiveCacheController