Companion

object Companion

Static variables and methods.

Properties

Link copied to clipboard
val defaultCircleBlur: Double?

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Setting a negative value renders the blur as an inner glow effect. Default value: 0.

Link copied to clipboard

Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Setting a negative value renders the blur as an inner glow effect. Default value: 0.

Link copied to clipboard

Transition options for CircleBlur.

Link copied to clipboard
val defaultCircleColor: String?

The fill color of the circle. Default value: "#000000".

Link copied to clipboard
@get:ColorInt
val defaultCircleColorAsColorInt: Int?

The fill color of the circle. Default value: "#000000".

Link copied to clipboard

The fill color of the circle. Default value: "#000000".

Link copied to clipboard

Transition options for CircleColor.

Link copied to clipboard

Controls the intensity of light emitted on the source features. Default value: 0. Minimum value: 0.

Controls the intensity of light emitted on the source features. Default value: 0. Minimum value: 0.

Link copied to clipboard

Transition options for CircleEmissiveStrength.

Link copied to clipboard

The opacity at which the circle will be drawn. Default value: 1. Value range: 0, 1

Link copied to clipboard

The opacity at which the circle will be drawn. Default value: 1. Value range: 0, 1

Link copied to clipboard

Transition options for CircleOpacity.

Link copied to clipboard

Orientation of circle when map is pitched. Default value: "viewport".

Link copied to clipboard

Orientation of circle when map is pitched. Default value: "viewport".

Link copied to clipboard

Controls the scaling behavior of the circle when the map is pitched. Default value: "map".

Link copied to clipboard

Controls the scaling behavior of the circle when the map is pitched. Default value: "map".

Link copied to clipboard
val defaultCircleRadius: Double?

Circle radius. Default value: 5. Minimum value: 0.

Link copied to clipboard

Circle radius. Default value: 5. Minimum value: 0.

Link copied to clipboard

Transition options for CircleRadius.

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.

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.

Link copied to clipboard

The stroke color of the circle. Default value: "#000000".

Link copied to clipboard
@get:ColorInt
val defaultCircleStrokeColorAsColorInt: Int?

The stroke color of the circle. Default value: "#000000".

Link copied to clipboard

The stroke color of the circle. Default value: "#000000".

Link copied to clipboard

Transition options for CircleStrokeColor.

Link copied to clipboard

The opacity of the circle's stroke. Default value: 1. Value range: 0, 1

Link copied to clipboard

The opacity of the circle's stroke. Default value: 1. Value range: 0, 1

Link copied to clipboard

Transition options for CircleStrokeOpacity.

Link copied to clipboard

The width of the circle's stroke. Strokes are placed outside of the circle-radius. Default value: 0. Minimum value: 0.

Link copied to clipboard

The width of the circle's stroke. Strokes are placed outside of the circle-radius. Default value: 0. Minimum value: 0.

Link copied to clipboard

Transition options for CircleStrokeWidth.

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

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

Link copied to clipboard

Controls the frame of reference for circle-translate. Default value: "map".

Link copied to clipboard

Controls the frame of reference for circle-translate. Default value: "map".

Link copied to clipboard

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

Link copied to clipboard

Transition options for CircleTranslate.

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.

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.

Link copied to clipboard

Visibility of the layer.