Circle
Class for Circle
Constructors
Types
Functions
Properties
The annotation manger that manipulate this annotation
The circleBlur property
<p> Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. </p>
The circleColor property in Int
<p> The fill color of the circle. </p>
The circleColor property in String
<p> The fill color of the circle. </p>
The circleOpacity property
<p> The opacity at which the circle will be drawn. </p>
The circleRadius property
<p> Circle radius. </p>
The circleSortKey property
<p> Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key. </p>
The circleStrokeColor property in Int
<p> The stroke color of the circle. </p>
The circleStrokeColor property in String
<p> The stroke color of the circle. </p>
The circleStrokeOpacity property
<p> The opacity of the circle's stroke. </p>
The circleStrokeWidth property
<p> The width of the circle's stroke. Strokes are placed outside of the {@link PropertyFactory#circleRadius}. </p>