Companion

Static variables and methods.

object Companion

Functions

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

Properties

defaultMaxzoom
Link copied to clipboard

Maximum zoom level for which tiles are available, as in the TileJSON spec. Data from tiles at the maxzoom are used when displaying the map at higher zoom levels.

val defaultMaxzoom: Long?
defaultMaxzoomAsExpression
Link copied to clipboard

Maximum zoom level for which tiles are available, as in the TileJSON spec. Data from tiles at the maxzoom are used when displaying the map at higher zoom levels.

val defaultMaxzoomAsExpression: Expression?
defaultMinimumTileUpdateInterval
Link copied to clipboard

Minimum tile update interval in milliseconds, which is used to throttle the tile update network requests.

val defaultMinimumTileUpdateInterval: Double?

Minimum tile update interval in milliseconds, which is used to throttle the tile update network requests.

defaultMinzoom
Link copied to clipboard

Minimum zoom level for which tiles are available, as in the TileJSON spec.

val defaultMinzoom: Long?
defaultMinzoomAsExpression
Link copied to clipboard

Minimum zoom level for which tiles are available, as in the TileJSON spec.

val defaultMinzoomAsExpression: Expression?
defaultPrefetchZoomDelta
Link copied to clipboard

When loading a map, if PrefetchZoomDelta is set to any number greater than 0, the map will first request a tile for zoom - delta in a attempt to display a full map at lower resolution as quick as possible. It will get clamped at the tile source minimum zoom. The default delta is 4.

val defaultPrefetchZoomDelta: Long?
defaultPrefetchZoomDeltaAsExpression
Link copied to clipboard

When loading a map, if PrefetchZoomDelta is set to any number greater than 0, the map will first request a tile for zoom - delta in a attempt to display a full map at lower resolution as quick as possible. It will get clamped at the tile source minimum zoom. The default delta is 4.

val defaultPrefetchZoomDeltaAsExpression: Expression?
defaultScheme
Link copied to clipboard

Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.

val defaultScheme: Scheme?
defaultSchemeAsExpression
Link copied to clipboard

Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed. This is an Expression representation of this Property.

val defaultSchemeAsExpression: Expression?
defaultVolatile
Link copied to clipboard

A setting to determine whether a source's tiles are cached locally.

val defaultVolatile: Boolean?
defaultVolatileAsExpression
Link copied to clipboard

A setting to determine whether a source's tiles are cached locally.

val defaultVolatileAsExpression: Expression?