Companion

object Companion

Static variables and methods.

Properties

defaultFillAntialias
Link copied to clipboard
val defaultFillAntialias: Boolean?
Whether or not the fill should be antialiased.
defaultFillAntialiasAsExpression
Link copied to clipboard
val defaultFillAntialiasAsExpression: Expression?
This is an Expression representation of "fill-antialias".
defaultFillColor
Link copied to clipboard
val defaultFillColor: String?
The color of the filled part of this layer.
defaultFillColorAsColorInt
Link copied to clipboard
val defaultFillColorAsColorInt: Int?
The color of the filled part of this layer.
defaultFillColorAsExpression
Link copied to clipboard
val defaultFillColorAsExpression: Expression?
This is an Expression representation of "fill-color".
defaultFillColorTransition
Link copied to clipboard
val defaultFillColorTransition: StyleTransition?
Transition options for FillColor.
defaultFillOpacity
Link copied to clipboard
val defaultFillOpacity: Double?
The opacity of the entire fill layer.
defaultFillOpacityAsExpression
Link copied to clipboard
val defaultFillOpacityAsExpression: Expression?
This is an Expression representation of "fill-opacity".
defaultFillOpacityTransition
Link copied to clipboard
val defaultFillOpacityTransition: StyleTransition?
Transition options for FillOpacity.
defaultFillOutlineColor
Link copied to clipboard
val defaultFillOutlineColor: String?
The outline color of the fill.
defaultFillOutlineColorAsColorInt
Link copied to clipboard
val defaultFillOutlineColorAsColorInt: Int?
The outline color of the fill.
defaultFillOutlineColorAsExpression
Link copied to clipboard
val defaultFillOutlineColorAsExpression: Expression?
This is an Expression representation of "fill-outline-color".
defaultFillOutlineColorTransition
Link copied to clipboard
val defaultFillOutlineColorTransition: StyleTransition?
Transition options for FillOutlineColor.
defaultFillPattern
Link copied to clipboard
val defaultFillPattern: String?
Name of image in sprite to use for drawing image fills.
defaultFillPatternAsExpression
Link copied to clipboard
val defaultFillPatternAsExpression: Expression?
This is an Expression representation of "fill-pattern".
defaultFillPatternTransition
Link copied to clipboard
val defaultFillPatternTransition: StyleTransition?
Transition options for FillPattern.
defaultFillSortKey
Link copied to clipboard
val defaultFillSortKey: Double?
Sorts features in ascending order based on this value.
defaultFillSortKeyAsExpression
Link copied to clipboard
val defaultFillSortKeyAsExpression: Expression?
This is an Expression representation of "fill-sort-key".
defaultFillTranslate
Link copied to clipboard
val defaultFillTranslate: List<Double>?
The geometry's offset.
defaultFillTranslateAnchor
Link copied to clipboard
val defaultFillTranslateAnchor: FillTranslateAnchor?
Controls the frame of reference for fill-translate.
defaultFillTranslateAnchorAsExpression
Link copied to clipboard
val defaultFillTranslateAnchorAsExpression: Expression?
This is an Expression representation of "fill-translate-anchor".
defaultFillTranslateAsExpression
Link copied to clipboard
val defaultFillTranslateAsExpression: Expression?
This is an Expression representation of "fill-translate".
defaultFillTranslateTransition
Link copied to clipboard
val defaultFillTranslateTransition: StyleTransition?
Transition options for FillTranslate.
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.