LineRegion constructor

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

A geographically line/locus region based off a list of coords and a radius

It can be converted to a:

Implementation

const LineRegion(this.line, this.radius);