Interface MapView.OnCameraIdleListener

  • Enclosing class:
    MapView

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

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

      • onCameraIdle

        void onCameraIdle()
        Called when camera movement has ended, there are no pending animations and the user has stopped interacting with the map.