rings property

The rings (exterior + interior) of this polygon.

For non-empty polygons the first element is the exterior ring, and any other rings are interior rings (or holes). All rings must be closed linear rings.

Implementation

List<PositionSeries> get rings => _rings;