Package globus.glmap
Interface GLMapViewRenderer.StateCaptureCallback
- Enclosing class:
- GLMapViewRenderer
public static interface GLMapViewRenderer.StateCaptureCallback
State capture callback
-
Method Summary
Modifier and TypeMethodDescriptionvoidstateCaptured(GLMapViewState state) Called when a state is captured.
-
Method Details
-
stateCaptured
Called when a state is captured.- Parameters:
state- state of map
-