TilesetDescriptorOptions

class TilesetDescriptorOptions : Serializable

Describes the style package load option values.

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(): TilesetDescriptorOptions.Builder
toString
Link copied to clipboard
open fun toString(): String

Properties

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
stylePackOptions
Link copied to clipboard
private val stylePackOptions: StylePackLoadOptions
styleURI
Link copied to clipboard
private val styleURI: String