showPopupsAlsoFor abstract method
- List<
MarkerData> markers, { - 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<MarkerData> markers, {
bool disableAnimation = false,
});