cancelAnimation abstract method

void cancelAnimation(
  1. 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.

  • animation The animation to cancel

Implementation

void cancelAnimation(MapPolylineAnimation animation);