Circle Layer
A filled circle.
See also
Parameters
the ID of the layer
the ID of the source
Constructors
Types
Functions
Bind the layer to the Style.
Bind the layer to the map controller.
Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Default value: 0.
Set the CircleBlur property transition options
DSL for circleBlurTransition.
The fill color of the circle. Default value: "#000000".
Set the CircleColor property transition options
DSL for circleColorTransition.
Controls the intensity of light emitted on the source features. Default value: 0. Minimum value: 0.
Set the CircleEmissiveStrength property transition options
DSL for circleEmissiveStrengthTransition.
The opacity at which the circle will be drawn. Default value: 1. Value range: 0, 1
Set the CircleOpacity property transition options
DSL for circleOpacityTransition.
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.
Set the CircleRadius property transition options
DSL for circleRadiusTransition.
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".
Set the CircleStrokeColor property transition options
DSL for circleStrokeColorTransition.
The opacity of the circle's stroke. Default value: 1. Value range: 0, 1
Set the CircleStrokeOpacity property transition options
DSL for circleStrokeOpacityTransition.
The width of the circle's stroke. Strokes are placed outside of the circle-radius
. Default value: 0. Minimum value: 0.
Set the CircleStrokeWidth property transition options
DSL for circleStrokeWidthTransition.
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".
Set the CircleTranslate property transition options
DSL for circleTranslateTransition.
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.