PolylineUpdates.from constructor

PolylineUpdates.from(
  1. Set<Polyline> previous,
  2. Set<Polyline> current
)

Computes PolylineUpdates given previous and current Polylines.

Implementation

PolylineUpdates.from(super.previous, super.current)
    : super.from(objectName: 'polyline');