fills property

Set<Polygon> get fills

The current set of fills on this map added with the addPolygon or addPolygons methods.

The returned set will be a detached snapshot of the fills collection.

Implementation

Set<Polygon> get fills => polygonManager!.annotations;