showPopupsAlsoForSpecs abstract method

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

Show the popups for the markers of the given popupSpecs. 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 showPopupsAlsoForSpecs(
  List<PopupSpec> popupSpecs, {
  bool disableAnimation = false,
});