PolygonUpdates.from constructor

PolygonUpdates.from(
  1. Set<Polygon> previous,
  2. Set<Polygon> current
)

Computes PolygonUpdates given previous and current Polygons.

Implementation

PolygonUpdates.from(super.previous, super.current)
    : super.from(objectName: 'polygon');