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?
This is an Expression representation of "background-color".
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?
This is an Expression representation of "background-opacity".
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.
defaultBackgroundPatternAsExpression
Link copied to clipboard
val defaultBackgroundPatternAsExpression: Expression?
This is an Expression representation of "background-pattern".
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.
defaultMinZoom
Link copied to clipboard
val defaultMinZoom: Double?
The minimum zoom level for the layer.
defaultVisibility
Link copied to clipboard
val defaultVisibility: Visibility?
Visibility of the layer.