CircleAnnotationOptions constructor
CircleAnnotationOptions({})
Implementation
CircleAnnotationOptions({
required this.geometry,
this.circleSortKey,
this.circleBlur,
this.circleColor,
this.circleOpacity,
this.circleRadius,
this.circleStrokeColor,
this.circleStrokeOpacity,
this.circleStrokeWidth,
});