points property
Get the points the polygon consists of in GeoJSON format
Implementation
List<List<MPPoint>> get points => _points ??= _calcPoints();
Get the points the polygon consists of in GeoJSON format
List<List<MPPoint>> get points => _points ??= _calcPoints();