hidePopupsOnlyFor abstract method

void hidePopupsOnlyFor(
  1. List<MarkerData> markers, {
  2. bool disableAnimation = false,
})

Hide popups showing for any of the given markers.

If disableAnimation is true and a popup animation is enabled then the animation will not be used when hiding the popups.

Implementation

void hidePopupsOnlyFor(List<MarkerData> markers,
    {bool disableAnimation = false});