GroundOverlayUpdates.from constructor

GroundOverlayUpdates.from(
  1. Set<GroundOverlay> previous,
  2. Set<GroundOverlay> current
)

Computes GroundOverlayUpdates given previous and current GroundOverlays.

Implementation

GroundOverlayUpdates.from(super.previous, super.current)
    : super.from(objectName: 'groundOverlay');