cancelAnimation abstract method
- MapPolylineAnimation animation
Cancels single ongoing animation of this map polyline.
Does nothing if the specified animation is not currently in progress for this polyline. Does not affect other polylines that might be running this animation.
animationThe animation to cancel
Implementation
void cancelAnimation(MapPolylineAnimation animation);