hidePopupsOnlyForSpecs abstract method

void hidePopupsOnlyForSpecs(
  1. List<PopupSpec> popupSpecs, {
  2. bool disableAnimation = false,
})

Hide popups showing for any of the markers of the given popupSpecs.

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

Implementation

void hidePopupsOnlyForSpecs(
  List<PopupSpec> popupSpecs, {
  bool disableAnimation = false,
});