hidePopupsOnlyFor abstract method
- List<
MarkerData> markers, { - bool disableAnimation = false,
Hide popups showing for any of the given markers.
If disableAnimation is true and a popup animation is enabled then the
animation will not be used when hiding the popups.
Implementation
void hidePopupsOnlyFor(
List<MarkerData> markers, {
bool disableAnimation = false,
});