showPopupsOnlyForSpecs abstract method

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

Show the popups only for markers of the given popupSpecs. All other popups will be hidden. If a popup is already showing for a given marker it remains visible.

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

Implementation

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