CustomPolygonRegion constructor
const
CustomPolygonRegion(
- List<
LatLng> outline
Create a geographical region who's outline is defined by a list of coordinates
Implementation
const CustomPolygonRegion(this.outline);