Circle Annotation
Composable function to add a CircleAnnotation to the Map.
Parameters
The Point of the circleAnnotation, which represents the location of the circleAnnotation on the map.
Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity.
The fill color of the circle. The property is set as Color Int.
The fill color of the circle. The property is set as Color String.
The opacity at which the circle will be drawn.
Circle radius. The unit of circleRadius is in density-independent pixels.
The stroke color of the circle. The property is set as Color Int.
The stroke color of the circle. The property is set as Color String.
The opacity of the circle's stroke.
The width of the circle's stroke. Strokes are placed outside of the {@link PropertyFactory#circleRadius}. The unit of circleStrokeWidth is in density-independent pixels.
Callback to be invoked when the CircleAnnotation is clicked. The clicked CircleAnnotation will be passed as parameter.