Package globus.glmap
Interface GLMapViewRenderer.ScreenCaptureCallback
- Enclosing class:
- GLMapViewRenderer
public static interface GLMapViewRenderer.ScreenCaptureCallback
Screen capture callback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
screenCaptured
(android.graphics.Bitmap result) Called when GLMapView finished rendering map and text to Bitmap
-
Method Details
-
screenCaptured
void screenCaptured(@Nullable android.graphics.Bitmap result) Called when GLMapView finished rendering map and text to Bitmap- Parameters:
result
- resulting bitmap
-