hidePopupsOnlyFor abstract method

void hidePopupsOnlyFor(
  1. List<Marker> 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<Marker> markers, {bool disableAnimation = false});