Interface MapView.OnCameraMoveFinishedListener

  • Enclosing class:
    MapView

    public static interface MapView.OnCameraMoveFinishedListener
    Callback interface for when camera movement has ended.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onCameraMoveFinished​(int lastCameraMoveType)
      Called when camera movement has ended, there are no pending animations and the user has stopped interacting with the map.
    • Method Detail

      • onCameraMoveFinished

        void onCameraMoveFinished​(int lastCameraMoveType)
        Called when camera movement has ended, there are no pending animations and the user has stopped interacting with the map.
        Parameters:
        lastCameraMoveType - type of moving that finished