PolylineLayer<R extends Object> constructor
const
PolylineLayer<R extends Object> ({})
Create a new PolylineLayer to use as child inside FlutterMap.children.
Implementation
const PolylineLayer({
super.key,
required this.polylines,
this.cullingMargin = 10,
this.hitNotifier,
this.minimumHitbox = 10,
super.simplificationTolerance,
}) : super();