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.
Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.
The fill color of the circle.
The fill color of the circle.
The opacity at which the circle will be drawn.
The opacity at which the circle will be drawn.
Orientation of circle when map is pitched.
Controls the scaling behavior of the circle when the map is pitched.
Circle radius.
Circle radius.
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.
The stroke color of the circle.
The opacity of the circle's stroke.
The opacity of the circle's stroke.
The width of the circle's stroke. Strokes are placed outside of the circle-radius
.
The width of the circle's stroke. Strokes are placed outside of the circle-radius
.
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
Controls the frame of reference for circle-translate
.
The geometry's offset. Values are x, y where negatives indicate left and up, respectively.
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.
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.