TilesetDescriptorOptionsForTilesets

class TilesetDescriptorOptionsForTilesets : Serializable

Describes the style package load option values for a list of tilesets.

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toBuilder
Link copied to clipboard
open fun toBuilder(): TilesetDescriptorOptionsForTilesets.Builder
toString
Link copied to clipboard
open fun toString(): String

Properties

extraOptions
Link copied to clipboard
private val extraOptions: Value
maxZoom
Link copied to clipboard
private val maxZoom: Byte
minZoom
Link copied to clipboard
private val minZoom: Byte
pixelRatio
Link copied to clipboard
private val pixelRatio: Float
tilesets
Link copied to clipboard
private val tilesets: List<String>