cancelAnimation abstract method
- MapMarkerAnimation animation
Cancels single ongoing animation.
Does nothing if animation was not started for this map marker.
Does not cancel other animations if the same MapMarkerAnimation object was applied to multiple MapMarkers.
animationThe animation to cancel.
Implementation
void cancelAnimation(MapMarkerAnimation animation);