GeoCorridor.withPolyline constructor
- List<
GeoCoordinates> polyline
Constructs a GeoCorridor from the provided polyline.
polylineThe polyline passing through the middle of the corridor.
Implementation
factory GeoCorridor.withPolyline(List<GeoCoordinates> polyline) => $prototype.withPolyline(polyline);