PolylineLayer constructor

PolylineLayer(
  1. PolylineLayerOptions polylineOpts,
  2. MapState map,
  3. Stream<Null>? stream
)

Implementation

PolylineLayer(this.polylineOpts, this.map, this.stream)
    : super(key: polylineOpts.key);