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

defaultCircleBlur
Link copied to clipboard

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.

val defaultCircleBlur: Double?
defaultCircleBlurAsExpression
Link copied to clipboard

This is an Expression representation of "circle-blur".

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.

val defaultCircleBlurAsExpression: Expression?
defaultCircleBlurTransition
Link copied to clipboard

Transition options for CircleBlur.

val defaultCircleBlurTransition: StyleTransition?
defaultCircleColor
Link copied to clipboard

The fill color of the circle.

val defaultCircleColor: String?
defaultCircleColorAsColorInt
Link copied to clipboard

The fill color of the circle.

val defaultCircleColorAsColorInt: Int?
defaultCircleColorAsExpression
Link copied to clipboard

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

The fill color of the circle.

val defaultCircleColorAsExpression: Expression?
defaultCircleColorTransition
Link copied to clipboard

Transition options for CircleColor.

val defaultCircleColorTransition: StyleTransition?
defaultCircleOpacity
Link copied to clipboard

The opacity at which the circle will be drawn.

val defaultCircleOpacity: Double?
defaultCircleOpacityAsExpression
Link copied to clipboard

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

The opacity at which the circle will be drawn.

val defaultCircleOpacityAsExpression: Expression?
defaultCircleOpacityTransition
Link copied to clipboard

Transition options for CircleOpacity.

val defaultCircleOpacityTransition: StyleTransition?
defaultCirclePitchAlignment
Link copied to clipboard

Orientation of circle when map is pitched.

val defaultCirclePitchAlignment: CirclePitchAlignment?
defaultCirclePitchAlignmentAsExpression
Link copied to clipboard

This is an Expression representation of "circle-pitch-alignment".

Orientation of circle when map is pitched.

val defaultCirclePitchAlignmentAsExpression: Expression?
defaultCirclePitchScale
Link copied to clipboard

Controls the scaling behavior of the circle when the map is pitched.

val defaultCirclePitchScale: CirclePitchScale?
defaultCirclePitchScaleAsExpression
Link copied to clipboard

This is an Expression representation of "circle-pitch-scale".

Controls the scaling behavior of the circle when the map is pitched.

val defaultCirclePitchScaleAsExpression: Expression?
defaultCircleRadius
Link copied to clipboard

Circle radius.

val defaultCircleRadius: Double?
defaultCircleRadiusAsExpression
Link copied to clipboard

This is an Expression representation of "circle-radius".

Circle radius.

val defaultCircleRadiusAsExpression: Expression?
defaultCircleRadiusTransition
Link copied to clipboard

Transition options for CircleRadius.

val defaultCircleRadiusTransition: StyleTransition?
defaultCircleSortKey
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 defaultCircleSortKey: Double?
defaultCircleSortKeyAsExpression
Link copied to clipboard

This is an Expression representation of "circle-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 defaultCircleSortKeyAsExpression: Expression?
defaultCircleStrokeColor
Link copied to clipboard

The stroke color of the circle.

val defaultCircleStrokeColor: String?
defaultCircleStrokeColorAsColorInt
Link copied to clipboard

The stroke color of the circle.

val defaultCircleStrokeColorAsColorInt: Int?
defaultCircleStrokeColorAsExpression
Link copied to clipboard

This is an Expression representation of "circle-stroke-color".

The stroke color of the circle.

val defaultCircleStrokeColorAsExpression: Expression?
defaultCircleStrokeColorTransition
Link copied to clipboard

Transition options for CircleStrokeColor.

val defaultCircleStrokeColorTransition: StyleTransition?
defaultCircleStrokeOpacity
Link copied to clipboard

The opacity of the circle's stroke.

val defaultCircleStrokeOpacity: Double?
defaultCircleStrokeOpacityAsExpression
Link copied to clipboard

This is an Expression representation of "circle-stroke-opacity".

The opacity of the circle's stroke.

val defaultCircleStrokeOpacityAsExpression: Expression?
defaultCircleStrokeOpacityTransition
Link copied to clipboard

Transition options for CircleStrokeOpacity.

val defaultCircleStrokeOpacityTransition: StyleTransition?
defaultCircleStrokeWidth
Link copied to clipboard

The width of the circle's stroke. Strokes are placed outside of the circle-radius.

val defaultCircleStrokeWidth: Double?
defaultCircleStrokeWidthAsExpression
Link copied to clipboard

This is an Expression representation of "circle-stroke-width".

The width of the circle's stroke. Strokes are placed outside of the circle-radius.

val defaultCircleStrokeWidthAsExpression: Expression?
defaultCircleStrokeWidthTransition
Link copied to clipboard

Transition options for CircleStrokeWidth.

val defaultCircleStrokeWidthTransition: StyleTransition?
defaultCircleTranslate
Link copied to clipboard

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

val defaultCircleTranslate: List<Double>?
defaultCircleTranslateAnchor
Link copied to clipboard

Controls the frame of reference for circle-translate.

val defaultCircleTranslateAnchor: CircleTranslateAnchor?

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

Controls the frame of reference for circle-translate.

val defaultCircleTranslateAnchorAsExpression: Expression?
defaultCircleTranslateAsExpression
Link copied to clipboard

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

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

val defaultCircleTranslateAsExpression: Expression?
defaultCircleTranslateTransition
Link copied to clipboard

Transition options for CircleTranslate.

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