Package globus.glmap
Interface GLMapViewRenderer.ScreenCaptureRawCallback
- Enclosing class:
- GLMapViewRenderer
public static interface GLMapViewRenderer.ScreenCaptureRawCallback
Raw screen capture callback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
screenCaptured
(int[] pixels, int width, int height) Called when GLMapView finished rendering map and text to raw data
-
Method Details
-
screenCaptured
void screenCaptured(@Nullable int[] pixels, int width, int height) Called when GLMapView finished rendering map and text to raw data- Parameters:
pixels
- pixels of raw imagewidth
- width of imageheight
- height of image
-