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