polygons property

Iterable<Polygon> get polygons

All polygons as a lazy iterable of Polygon geometries.

Implementation

Iterable<Polygon> get polygons => ringArrays.map<Polygon>(Polygon.new);