Interface MapView.TakeScreenshotCallback
Package com.here.sdk.mapview
Interface MapView.TakeScreenshotCallback
-
- Enclosing class:
- MapView
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface MapView.TakeScreenshotCallbackCallback to be called on retrieval of screenshot. In case of any error passed result is null.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonScreenshotTaken(android.graphics.Bitmap bitmap)Callback to be called when screenshot is ready.
-