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

defaultFillAntialias
Link copied to clipboard

Whether or not the fill should be antialiased.

val defaultFillAntialias: Boolean?
defaultFillAntialiasAsExpression
Link copied to clipboard

This is an Expression representation of "fill-antialias".

Whether or not the fill should be antialiased.

val defaultFillAntialiasAsExpression: Expression?
defaultFillColor
Link copied to clipboard

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.

val defaultFillColor: String?
defaultFillColorAsColorInt
Link copied to clipboard

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.

val defaultFillColorAsColorInt: Int?
defaultFillColorAsExpression
Link copied to clipboard

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

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.

val defaultFillColorAsExpression: Expression?
defaultFillColorTransition
Link copied to clipboard

Transition options for FillColor.

val defaultFillColorTransition: StyleTransition?
defaultFillOpacity
Link copied to clipboard

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.

val defaultFillOpacity: Double?
defaultFillOpacityAsExpression
Link copied to clipboard

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

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.

val defaultFillOpacityAsExpression: Expression?
defaultFillOpacityTransition
Link copied to clipboard

Transition options for FillOpacity.

val defaultFillOpacityTransition: StyleTransition?
defaultFillOutlineColor
Link copied to clipboard

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

val defaultFillOutlineColor: String?
defaultFillOutlineColorAsColorInt
Link copied to clipboard

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

val defaultFillOutlineColorAsColorInt: Int?
defaultFillOutlineColorAsExpression
Link copied to clipboard

This is an Expression representation of "fill-outline-color".

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

val defaultFillOutlineColorAsExpression: Expression?
defaultFillOutlineColorTransition
Link copied to clipboard

Transition options for FillOutlineColor.

val defaultFillOutlineColorTransition: StyleTransition?
defaultFillPattern
Link copied to clipboard

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.

val defaultFillPattern: String?
defaultFillPatternAsExpression
Link copied to clipboard

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

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.

val defaultFillPatternAsExpression: Expression?
defaultFillPatternTransition
Link copied to clipboard

Transition options for FillPattern.

val defaultFillPatternTransition: StyleTransition?
defaultFillSortKey
Link copied to clipboard

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

val defaultFillSortKey: Double?
defaultFillSortKeyAsExpression
Link copied to clipboard

This is an Expression representation of "fill-sort-key".

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

val defaultFillSortKeyAsExpression: Expression?
defaultFillTranslate
Link copied to clipboard

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

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

Controls the frame of reference for fill-translate.

val defaultFillTranslateAnchor: FillTranslateAnchor?
defaultFillTranslateAnchorAsExpression
Link copied to clipboard

This is an Expression representation of "fill-translate-anchor".

Controls the frame of reference for fill-translate.

val defaultFillTranslateAnchorAsExpression: Expression?
defaultFillTranslateAsExpression
Link copied to clipboard

This is an Expression representation of "fill-translate".

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

val defaultFillTranslateAsExpression: Expression?
defaultFillTranslateTransition
Link copied to clipboard

Transition options for FillTranslate.

val defaultFillTranslateTransition: 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?