PredictiveCacheSearchOptions

class PredictiveCacheSearchOptions

Predictive cache search related options. Only Search TilesetDescriptor should be passed here (any other type won't work). See the following documentation for how to create a Search TilesetDescriptor: https://docs.mapbox.com/android/search/guides/search-engine/offline/#define-a-tileset-descriptors-and-load-tile-regions

Parameters

predictiveCacheLocationOptions

PredictiveCacheLocationOptions location configuration for visual map predictive caching

searchTilesetDescriptor

The descriptor of the search tileset to download

Types

Link copied to clipboard
class Builder(searchTilesetDescriptor: TilesetDescriptor)

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(): PredictiveCacheSearchOptions.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
Link copied to clipboard
val searchTilesetDescriptor: TilesetDescriptor