points property

List<List<MPPoint>> get points

Get the points the polygon consists of in GeoJSON format

Implementation

List<List<MPPoint>> get points => _points ??= _calcPoints();