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