cancelAnimation abstract method

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

  • animation The animation to cancel.

Implementation

void cancelAnimation(MapMarkerAnimation animation);