Package globus.glmap

Interface GLMapViewRenderer.AnimateCallback

Enclosing class:
GLMapViewRenderer

public static interface GLMapViewRenderer.AnimateCallback
Callback that is called to automatically create animation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(GLMapAnimation animation)
    Called to configure animation.
  • Method Details

    • run

      void run(@NonNull GLMapAnimation animation)
      Called to configure animation. Modifying map or drawable position inside callback will automatically become animated.
      Parameters:
      animation - animation to configure