PredictiveCacheOptions

class PredictiveCacheOptions

PredictiveCacheOptions

Parameters

predictiveCacheNavigationOptions

PredictiveCacheNavigationOptions Predictive cache Navigation related options.

predictiveCacheMapsOptionsList

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.

Types

Link copied to clipboard
class Builder

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard
fun toBuilder(): PredictiveCacheOptions.Builder

Get a builder to customize a subset of current options.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard

Predictive cache Maps related options. If Builder.predictiveCacheMapsOptionsList was used, returns first element from predictiveCacheMapsOptionsList.

Link copied to clipboard