setOption

Sets additional options for this instance.

Parameters

key

The configuration option that should be changed. Valid keys are listed in \c TileStoreOptions.

value

The value for the configuration option, or null if it should be reset.

open fun setOption(key: String, value: Value)

Sets additional options for this instance that are specific to a data type.

Parameters

domain

The data type this setting should be applied for.

key

The configuration option that should be changed. Valid keys are listed in \c TileStoreOptions.

value

The value for the configuration option, or null if it should be reset.

open fun setOption(key: String, domain: TileDataDomain, value: Value)