MarkerUpdates.from constructor

MarkerUpdates.from(
  1. Set<Marker> previous,
  2. Set<Marker> current
)

Computes MarkerUpdates given previous and current Markers.

Implementation

MarkerUpdates.from(super.previous, super.current)
    : super.from(objectName: 'marker');