Companion

object Companion

Static variables and methods.

Properties

defaultCircleBlur
Link copied to clipboard
val defaultCircleBlur: Double?

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

defaultCircleBlurAsExpression
Link copied to clipboard
val defaultCircleBlurAsExpression: Expression?

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

defaultCircleBlurTransition
Link copied to clipboard
val defaultCircleBlurTransition: StyleTransition?

Transition options for CircleBlur.

defaultCircleColor
Link copied to clipboard
val defaultCircleColor: String?

The fill color of the circle.

defaultCircleColorAsColorInt
Link copied to clipboard
val defaultCircleColorAsColorInt: Int?

The fill color of the circle.

defaultCircleColorAsExpression
Link copied to clipboard
val defaultCircleColorAsExpression: Expression?

The fill color of the circle.

defaultCircleColorTransition
Link copied to clipboard
val defaultCircleColorTransition: StyleTransition?

Transition options for CircleColor.

defaultCircleOpacity
Link copied to clipboard
val defaultCircleOpacity: Double?

The opacity at which the circle will be drawn.

defaultCircleOpacityAsExpression
Link copied to clipboard
val defaultCircleOpacityAsExpression: Expression?

The opacity at which the circle will be drawn.

defaultCircleOpacityTransition
Link copied to clipboard
val defaultCircleOpacityTransition: StyleTransition?

Transition options for CircleOpacity.

defaultCirclePitchAlignment
Link copied to clipboard
val defaultCirclePitchAlignment: CirclePitchAlignment?

Orientation of circle when map is pitched.

defaultCirclePitchAlignmentAsExpression
Link copied to clipboard
val defaultCirclePitchAlignmentAsExpression: Expression?

Orientation of circle when map is pitched.

defaultCirclePitchScale
Link copied to clipboard
val defaultCirclePitchScale: CirclePitchScale?

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

defaultCirclePitchScaleAsExpression
Link copied to clipboard
val defaultCirclePitchScaleAsExpression: Expression?

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

defaultCircleRadius
Link copied to clipboard
val defaultCircleRadius: Double?

Circle radius.

defaultCircleRadiusAsExpression
Link copied to clipboard
val defaultCircleRadiusAsExpression: Expression?

Circle radius.

defaultCircleRadiusTransition
Link copied to clipboard
val defaultCircleRadiusTransition: StyleTransition?

Transition options for CircleRadius.

defaultCircleSortKey
Link copied to clipboard
val defaultCircleSortKey: 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.

defaultCircleSortKeyAsExpression
Link copied to clipboard
val defaultCircleSortKeyAsExpression: 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.

defaultCircleStrokeColor
Link copied to clipboard
val defaultCircleStrokeColor: String?

The stroke color of the circle.

defaultCircleStrokeColorAsColorInt
Link copied to clipboard
val defaultCircleStrokeColorAsColorInt: Int?

The stroke color of the circle.

defaultCircleStrokeColorAsExpression
Link copied to clipboard
val defaultCircleStrokeColorAsExpression: Expression?

The stroke color of the circle.

defaultCircleStrokeColorTransition
Link copied to clipboard
val defaultCircleStrokeColorTransition: StyleTransition?

Transition options for CircleStrokeColor.

defaultCircleStrokeOpacity
Link copied to clipboard
val defaultCircleStrokeOpacity: Double?

The opacity of the circle's stroke.

defaultCircleStrokeOpacityAsExpression
Link copied to clipboard
val defaultCircleStrokeOpacityAsExpression: Expression?

The opacity of the circle's stroke.

defaultCircleStrokeOpacityTransition
Link copied to clipboard
val defaultCircleStrokeOpacityTransition: StyleTransition?

Transition options for CircleStrokeOpacity.

defaultCircleStrokeWidth
Link copied to clipboard
val defaultCircleStrokeWidth: Double?

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

defaultCircleStrokeWidthAsExpression
Link copied to clipboard
val defaultCircleStrokeWidthAsExpression: Expression?

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

defaultCircleStrokeWidthTransition
Link copied to clipboard
val defaultCircleStrokeWidthTransition: StyleTransition?

Transition options for CircleStrokeWidth.

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

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

defaultCircleTranslateAnchor
Link copied to clipboard
val defaultCircleTranslateAnchor: CircleTranslateAnchor?

Controls the frame of reference for circle-translate.

val defaultCircleTranslateAnchorAsExpression: Expression?

Controls the frame of reference for circle-translate.

defaultCircleTranslateAsExpression
Link copied to clipboard
val defaultCircleTranslateAsExpression: Expression?

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

defaultCircleTranslateTransition
Link copied to clipboard
val defaultCircleTranslateTransition: StyleTransition?

Transition options for CircleTranslate.

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.