CircleAnnotationOptions constructor
CircleAnnotationOptions({ - required Point geometry,
- double? circleSortKey,
- double? circleBlur,
- int? circleColor,
- double? circleOpacity,
- double? circleRadius,
- int? circleStrokeColor,
- double? circleStrokeOpacity,
- double? circleStrokeWidth,
- bool? isDraggable,
- Map<String, Object>? customData,
})
Implementation
CircleAnnotationOptions({
required this.geometry,
this.circleSortKey,
this.circleBlur,
this.circleColor,
this.circleOpacity,
this.circleRadius,
this.circleStrokeColor,
this.circleStrokeOpacity,
this.circleStrokeWidth,
this.isDraggable,
this.customData,
});