showPopupsAlsoFor abstract method

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

Show the popups for the given markers. 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 the popups.

Implementation

void showPopupsAlsoFor(List<Marker> markers, {bool disableAnimation = false});