CustomPolygonRegion constructor

const CustomPolygonRegion(
  1. List<LatLng> outline
)

Create a geographical region who's outline is defined by a list of coordinates

Implementation

const CustomPolygonRegion(this.outline);