CircleAnnotation class
Properties
circleBlur
↔ double ?
Amount to blur the circle. 1 blurs the circle such that only the centerpoint is full opacity. Setting a negative value renders the blur as an inner glow effect.
Default value: 0.
read / write
circleColor
↔ int ?
The fill color of the circle.
Default value: "#000000".
read / write
circleOpacity
↔ double ?
The opacity at which the circle will be drawn.
Default value: 1. Value range: 0, 1
read / write
circleRadius
↔ double ?
Circle radius.
Default value: 5. Minimum value: 0.
read / write
circleSortKey
↔ double ?
Sorts features in ascending order based on this value. Features with a higher sort key will appear above features with a lower sort key.
read / write
circleStrokeColor
↔ int ?
The stroke color of the circle.
Default value: "#000000".
read / write
circleStrokeOpacity
↔ double ?
The opacity of the circle's stroke.
Default value: 1. Value range: 0, 1
read / write
circleStrokeWidth
↔ double ?
The width of the circle's stroke. Strokes are placed outside of the circle-radius.
Default value: 0. Minimum value: 0.
read / write
geometry
↔ Point
The geometry that determines the location/shape of this annotation
read / write
hashCode
→ int
The hash code for this object.
read-only inherited
id
↔ String
The id for annotation
read / write
runtimeType
→ Type
A representation of the runtime type of the object.
read-only inherited
mapbox_maps_flutter
2.3.0