rings property

Iterable<LineString> get rings

List of rings. Rings are represented by line-strings and should not repeat first/last points. During serialization, the first point of each ring is repeated automatically to meet GeoJSON requirements.

Implementation

Iterable<LineString> get rings => _rings.asIterable();