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

defaultFillExtrusionBase
Link copied to clipboard

The height with which to extrude the base of this layer. Must be less than or equal to fill-extrusion-height.

val defaultFillExtrusionBase: Double?
defaultFillExtrusionBaseAsExpression
Link copied to clipboard

This is an Expression representation of "fill-extrusion-base".

The height with which to extrude the base of this layer. Must be less than or equal to fill-extrusion-height.

val defaultFillExtrusionBaseAsExpression: Expression?
defaultFillExtrusionBaseTransition
Link copied to clipboard

Transition options for FillExtrusionBase.

val defaultFillExtrusionBaseTransition: StyleTransition?
defaultFillExtrusionColor
Link copied to clipboard

The base color of the extruded fill. The extrusion's surfaces will be shaded differently based on this color in combination with the root light settings. If this color is specified as rgba with an alpha component, the alpha component will be ignored; use fill-extrusion-opacity to set layer opacity.

val defaultFillExtrusionColor: String?
defaultFillExtrusionColorAsColorInt
Link copied to clipboard

The base color of the extruded fill. The extrusion's surfaces will be shaded differently based on this color in combination with the root light settings. If this color is specified as rgba with an alpha component, the alpha component will be ignored; use fill-extrusion-opacity to set layer opacity.

val defaultFillExtrusionColorAsColorInt: Int?
defaultFillExtrusionColorAsExpression
Link copied to clipboard

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

The base color of the extruded fill. The extrusion's surfaces will be shaded differently based on this color in combination with the root light settings. If this color is specified as rgba with an alpha component, the alpha component will be ignored; use fill-extrusion-opacity to set layer opacity.

val defaultFillExtrusionColorAsExpression: Expression?
defaultFillExtrusionColorTransition
Link copied to clipboard

Transition options for FillExtrusionColor.

val defaultFillExtrusionColorTransition: StyleTransition?
defaultFillExtrusionHeight
Link copied to clipboard

The height with which to extrude this layer.

val defaultFillExtrusionHeight: Double?
defaultFillExtrusionHeightAsExpression
Link copied to clipboard

This is an Expression representation of "fill-extrusion-height".

The height with which to extrude this layer.

val defaultFillExtrusionHeightAsExpression: Expression?
defaultFillExtrusionHeightTransition
Link copied to clipboard

Transition options for FillExtrusionHeight.

val defaultFillExtrusionHeightTransition: StyleTransition?
defaultFillExtrusionOpacity
Link copied to clipboard

The opacity of the entire fill extrusion layer. This is rendered on a per-layer, not per-feature, basis, and data-driven styling is not available.

val defaultFillExtrusionOpacity: Double?
defaultFillExtrusionOpacityAsExpression
Link copied to clipboard

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

The opacity of the entire fill extrusion layer. This is rendered on a per-layer, not per-feature, basis, and data-driven styling is not available.

val defaultFillExtrusionOpacityAsExpression: Expression?
defaultFillExtrusionOpacityTransition
Link copied to clipboard

Transition options for FillExtrusionOpacity.

val defaultFillExtrusionOpacityTransition: StyleTransition?
defaultFillExtrusionPattern
Link copied to clipboard

Name of image in sprite to use for drawing images on extruded 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 defaultFillExtrusionPattern: String?
defaultFillExtrusionPatternAsExpression
Link copied to clipboard

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

Name of image in sprite to use for drawing images on extruded 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 defaultFillExtrusionPatternAsExpression: Expression?
defaultFillExtrusionPatternTransition
Link copied to clipboard

Transition options for FillExtrusionPattern.

val defaultFillExtrusionPatternTransition: StyleTransition?
defaultFillExtrusionTranslate
Link copied to clipboard

The geometry's offset. Values are x, y where negatives indicate left and up (on the flat plane), respectively.

val defaultFillExtrusionTranslate: List<Double>?
defaultFillExtrusionTranslateAnchor
Link copied to clipboard

Controls the frame of reference for fill-extrusion-translate.

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

Controls the frame of reference for fill-extrusion-translate.

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

The geometry's offset. Values are x, y where negatives indicate left and up (on the flat plane), respectively.

val defaultFillExtrusionTranslateAsExpression: Expression?
defaultFillExtrusionTranslateTransition
Link copied to clipboard

Transition options for FillExtrusionTranslate.

defaultFillExtrusionVerticalGradient
Link copied to clipboard

Whether to apply a vertical gradient to the sides of a fill-extrusion layer. If true, sides will be shaded slightly darker farther down.

val defaultFillExtrusionVerticalGradient: Boolean?

This is an Expression representation of "fill-extrusion-vertical-gradient".

Whether to apply a vertical gradient to the sides of a fill-extrusion layer. If true, sides will be shaded slightly darker farther down.

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?