positions property

List<Position> positions

The positions of all points.

List items can be any Position objects, like Position itself, Projected or Geographic.

Implementation

List<Position> get positions => _points;