Companion

object Companion

Static variables and methods.

Properties

defaultBackgroundColor
Link copied to clipboard
val defaultBackgroundColor: String?

The color with which the background will be drawn.

defaultBackgroundColorAsColorInt
Link copied to clipboard
val defaultBackgroundColorAsColorInt: Int?

The color with which the background will be drawn.

defaultBackgroundColorAsExpression
Link copied to clipboard
val defaultBackgroundColorAsExpression: Expression?

The color with which the background will be drawn.

defaultBackgroundColorTransition
Link copied to clipboard
val defaultBackgroundColorTransition: StyleTransition?

Transition options for BackgroundColor.

defaultBackgroundOpacity
Link copied to clipboard
val defaultBackgroundOpacity: Double?

The opacity at which the background will be drawn.

defaultBackgroundOpacityAsExpression
Link copied to clipboard
val defaultBackgroundOpacityAsExpression: Expression?

The opacity at which the background will be drawn.

defaultBackgroundOpacityTransition
Link copied to clipboard
val defaultBackgroundOpacityTransition: StyleTransition?

Transition options for BackgroundOpacity.

defaultBackgroundPattern
Link copied to clipboard
val defaultBackgroundPattern: String?

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.

defaultBackgroundPatternAsExpression
Link copied to clipboard
val defaultBackgroundPatternAsExpression: Expression?

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.

defaultBackgroundPatternTransition
Link copied to clipboard
val defaultBackgroundPatternTransition: StyleTransition?

Transition options for BackgroundPattern.

defaultMaxZoom
Link copied to clipboard
val defaultMaxZoom: Double?

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

defaultMinZoom
Link copied to clipboard
val defaultMinZoom: Double?

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

defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?

Visibility of the layer.