Interface MapView.CameraAnimationListener

  • Enclosing class:
    MapView

    public static interface MapView.CameraAnimationListener
    • Method Detail

      • 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.