CircleAnnotationState

The state holder for CircleAnnotation properties.

Constructors

Link copied to clipboard

Properties

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

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

Link copied to clipboard

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

Link copied to clipboard

Circle radius. Default value: 5. Minimum value: 0. The unit of circleRadius is in pixels.

Link copied to clipboard

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

Link copied to clipboard

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

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. The unit of circleStrokeWidth is in pixels.

Link copied to clipboard