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

defaultBackgroundColor
Link copied to clipboard

The color with which the background will be drawn.

val defaultBackgroundColor: String?
defaultBackgroundColorAsColorInt
Link copied to clipboard

The color with which the background will be drawn.

val defaultBackgroundColorAsColorInt: Int?
defaultBackgroundColorAsExpression
Link copied to clipboard

This is an Expression representation of "background-color".

The color with which the background will be drawn.

val defaultBackgroundColorAsExpression: Expression?
defaultBackgroundColorTransition
Link copied to clipboard

Transition options for BackgroundColor.

val defaultBackgroundColorTransition: StyleTransition?
defaultBackgroundOpacity
Link copied to clipboard

The opacity at which the background will be drawn.

val defaultBackgroundOpacity: Double?
defaultBackgroundOpacityAsExpression
Link copied to clipboard

This is an Expression representation of "background-opacity".

The opacity at which the background will be drawn.

val defaultBackgroundOpacityAsExpression: Expression?
defaultBackgroundOpacityTransition
Link copied to clipboard

Transition options for BackgroundOpacity.

val defaultBackgroundOpacityTransition: StyleTransition?
defaultBackgroundPattern
Link copied to clipboard

Name of image in sprite to use for drawing an image background. For seamless patterns, image width and height must be a factor of two (2, 4, 8, ..., 512). Note that zoom-dependent expressions will be evaluated only at integer zoom levels.

val defaultBackgroundPattern: String?
defaultBackgroundPatternAsExpression
Link copied to clipboard

This is an Expression representation of "background-pattern".

Name of image in sprite to use for drawing an image background. For seamless patterns, image width and height must be a factor of two (2, 4, 8, ..., 512). Note that zoom-dependent expressions will be evaluated only at integer zoom levels.

val defaultBackgroundPatternAsExpression: Expression?
defaultBackgroundPatternTransition
Link copied to clipboard

Transition options for BackgroundPattern.

val defaultBackgroundPatternTransition: StyleTransition?
defaultMaxZoom
Link copied to clipboard

The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.

Range: minimum: 0 maximum: 24

val defaultMaxZoom: Double?
defaultMinZoom
Link copied to clipboard

The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.

Range: minimum: 0 maximum: 24

val defaultMinZoom: Double?
defaultVisibility
Link copied to clipboard

Visibility of the layer.

val defaultVisibility: Visibility?