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?

Whether or not the fill should be antialiased.

defaultFillColor
Link copied to clipboard
val defaultFillColor: String?

The color of the filled part of this layer. This color can be specified as rgba with an alpha component and the color's opacity will not affect the opacity of the 1px stroke, if it is used.

defaultFillColorAsColorInt
Link copied to clipboard
val defaultFillColorAsColorInt: Int?

The color of the filled part of this layer. This color can be specified as rgba with an alpha component and the color's opacity will not affect the opacity of the 1px stroke, if it is used.

defaultFillColorAsExpression
Link copied to clipboard
val defaultFillColorAsExpression: Expression?

The color of the filled part of this layer. This color can be specified as rgba with an alpha component and the color's opacity will not affect the opacity of the 1px stroke, if it is used.

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. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used.

defaultFillOpacityAsExpression
Link copied to clipboard
val defaultFillOpacityAsExpression: Expression?

The opacity of the entire fill layer. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used.

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. Matches the value of fill-color if unspecified.

defaultFillOutlineColorAsColorInt
Link copied to clipboard
val defaultFillOutlineColorAsColorInt: Int?

The outline color of the fill. Matches the value of fill-color if unspecified.

defaultFillOutlineColorAsExpression
Link copied to clipboard
val defaultFillOutlineColorAsExpression: Expression?

The outline color of the fill. Matches the value of fill-color if unspecified.

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. 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.

defaultFillPatternAsExpression
Link copied to clipboard
val defaultFillPatternAsExpression: Expression?

Name of image in sprite to use for drawing image fills. 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.

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. Features with a higher sort key will appear above features with a lower sort key.

defaultFillSortKeyAsExpression
Link copied to clipboard
val defaultFillSortKeyAsExpression: Expression?

Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.

defaultFillTranslate
Link copied to clipboard
val defaultFillTranslate: List<Double>?

The geometry's offset. Values are x, y where negatives indicate left and up, respectively.

defaultFillTranslateAnchor
Link copied to clipboard
val defaultFillTranslateAnchor: FillTranslateAnchor?

Controls the frame of reference for fill-translate.

defaultFillTranslateAnchorAsExpression
Link copied to clipboard
val defaultFillTranslateAnchorAsExpression: Expression?

Controls the frame of reference for fill-translate.

defaultFillTranslateAsExpression
Link copied to clipboard
val defaultFillTranslateAsExpression: Expression?

The geometry's offset. Values are x, y where negatives indicate left and up, respectively.

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. 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.