PredictiveCacheMapsOptions

class PredictiveCacheMapsOptions

Predictive cache Maps related options.

Parameters

predictiveCacheLocationOptions

PredictiveCacheLocationOptions location configuration for visual map predictive caching

minZoom

Minimum zoom level for the tile package. See com.mapbox.maps.TilesetDescriptorOptions#getMinZoom

maxZoom

Maximum zoom level for the tile package. See com.mapbox.maps.TilesetDescriptorOptions#getMaxZoom

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(): PredictiveCacheMapsOptions.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
val maxZoom: Byte
Link copied to clipboard
val minZoom: Byte
Link copied to clipboard