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 TypeMethodDescriptionvoid
run
(GLMapAnimation animation) Called to configure animation.
-
Method Details
-
run
Called to configure animation. Modifying map or drawable position inside callback will automatically become animated.- Parameters:
animation
- animation to configure
-