LineRegion constructor

LineRegion(
  1. List<LatLng> line,
  2. double radius
)

Creates a region with the border as the locus of a line at it's center

Implementation

LineRegion(this.line, this.radius);