RegionPolygon constructor

RegionPolygon({
  1. List<List<Coordinate>> regions,
  2. bool inverted = false,
})

Implementation

RegionPolygon({this.regions, this.inverted = false});