MTCircleLayer
Circle style layer that renders filled circles.
Constructors
constructor(identifier: String, sourceIdentifier: String, maxZoom: Double, minZoom: Double, sourceLayer: String)
constructor(identifier: String, type: MTLayerType, sourceIdentifier: String, maxZoom: Double?, minZoom: Double?, sourceLayer: String?, blur: Double?, color: StyleValue?, opacity: Double?, radius: StyleValue?, strokeColor: Int?, strokeOpacity: Double?, strokeWidth: Double?, translate: DoubleArray?, translateAnchor: MTCircleTranslateAnchor?, pitchAlignment: MTCirclePitchAlignment?, pitchScale: MTCirclePitchScale?, sortKey: Double?, visibility: MTLayerVisibility)
Properties
The color of the circle (constant or expression).
Unique layer identifier.
Controls the alignment of circles when map is pitched.
Controls the scaling of circles when map is pitched.
The radius of the circle in pixels (constant or expression).
Identifier of the source to be used for this layer.
Vector tile source layer name, if applicable.
The stroke color of the circle.
The stroke opacity of the circle.
The stroke width of the circle.
The geometry’s offset. Values are x, y.
Controls the frame of reference for translate.
Type of the layer.
Visibility of the layer.