circles property

Set<Circle> get circles

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;