Interface MapView.CameraAnimationListener

Enclosing class:
MapView

public static interface MapView.CameraAnimationListener
  • Method Summary

    Modifier and Type Method Description
    void onAnimationEnded​(boolean isCanceled)
    Tells the listener that the animation has ended.If the duration
  • Method Details

    • onAnimationEnded

      void onAnimationEnded​(boolean isCanceled)
      Tells the listener that the animation has ended.If the duration
      Parameters:
      isCanceled - true if the animation has been canceled, false otherwise.