showPopupsOnlyFor abstract method

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

Show the popups only for the given markers. 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 showPopupsOnlyFor(List<Marker> markers, {bool disableAnimation = false});