Circle Layer Dsl
This Interface contains all the functions that will be exposed to Koltin DSL.
Separated the DSL receiver class to this interface to avoid IDE code suggestion for property getters.
Functions
Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Default value: 0.
Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Default value: 0.
The fill color of the circle. Default value: "#000000".
The fill color of the circle. Default value: "#000000".
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.
The opacity at which the circle will be drawn. Default value: 1. Value range: 0, 1
The opacity at which the circle will be drawn. Default value: 1. Value range: 0, 1
Orientation of circle when map is pitched. Default value: "viewport".
Controls the scaling behavior of the circle when the map is pitched. Default value: "map".
Circle radius. Default value: 5. Minimum value: 0.
Circle radius. Default value: 5. Minimum value: 0.
Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.
The stroke color of the circle. Default value: "#000000".
The stroke color of the circle. Default value: "#000000".
The opacity of the circle's stroke. Default value: 1. Value range: 0, 1
The opacity of the circle's stroke. Default value: 1. Value range: 0, 1
The width of the circle's stroke. Strokes are placed outside of the circle-radius
. Default value: 0. Minimum value: 0.
The width of the circle's stroke. Strokes are placed outside of the circle-radius
. Default value: 0. Minimum value: 0.
The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0.
Controls the frame of reference for circle-translate
. Default value: "map".
The geometry's offset. Values are x, y where negatives indicate left and up, respectively. Default value: 0,0.
A filter is a property at the layer level that determines which features should be rendered in a style layer.
The maximum zoom level for the layer. At zoom levels equal to or greater than the maxzoom, the layer will be hidden.
The minimum zoom level for the layer. At zoom levels less than the minzoom, the layer will be hidden.
The slot this layer is assigned to. If specified, and a slot with that name exists, it will be placed at that position in the layer order.
A source layer is an individual layer of data within a vector source. A vector source can have multiple source layers.
Whether this layer is displayed.