togglePopup abstract method
- MarkerData marker, {
- bool disableAnimation = false,
Hide the popup if it is showing for the given marker, otherwise show it
for that marker.
If disableAnimation is true and a popup animation is enabled then the
animation will not be used when showing/hiding the popup.
Implementation
void togglePopup(MarkerData marker, {bool disableAnimation = false});