circles property
The current set of circles on this map added with the addCircle or addCircles methods.
The returned set will be a detached snapshot of the circles collection.
Implementation
Set<Circle> get circles => circleManager!.annotations;
The current set of circles on this map added with the addCircle or addCircles methods.
The returned set will be a detached snapshot of the circles collection.
Set<Circle> get circles => circleManager!.annotations;