Companion

object Companion

Static variables and methods.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

defaultEncoding
Link copied to clipboard
val defaultEncoding: Encoding?
The encoding used by this source.
defaultMaxzoom
Link copied to clipboard
val defaultMaxzoom: Long?
Maximum zoom level for which tiles are available, as in the TileJSON spec.
defaultMinimumTileUpdateInterval
Link copied to clipboard
val defaultMinimumTileUpdateInterval: Double?
Minimum tile update interval in milliseconds, which is used to throttle the tile update network requests.
defaultMinzoom
Link copied to clipboard
val defaultMinzoom: Long?
Minimum zoom level for which tiles are available, as in the TileJSON spec.
defaultPrefetchZoomDelta
Link copied to clipboard
val defaultPrefetchZoomDelta: Long?
When loading a map, if PrefetchZoomDelta is set to any number greater than 0, the map will first request a tile at zoom level lower than zoom - delta, but so that the zoom level is multiple of delta, in an attempt to display a full map at lower resolution as quick as possible.
defaultTileNetworkRequestsDelay
Link copied to clipboard
val defaultTileNetworkRequestsDelay: Double?
For the tiled sources, this property sets the tile network requests delay.
defaultTileRequestsDelay
Link copied to clipboard
val defaultTileRequestsDelay: Double?
For the tiled sources, this property sets the tile requests delay.
defaultVolatile
Link copied to clipboard
val defaultVolatile: Boolean?
A setting to determine whether a source's tiles are cached locally.