PredictiveCacheNavigationOptions

Predictive cache Navigation related options.

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.

predictiveCacheLocationOptions

PredictiveCacheLocationOptions location configuration for guidance predictive caching

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.

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

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.