MapView.TakeScreenshotCallback (API Reference)
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.
Callback to be called on retrieval of screenshot.
In case of any error passed result is null.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonScreenshotTaken(android.graphics.Bitmap bitmap) Callback to be called when screenshot is ready.
-
Method Details
-
onScreenshotTaken
void onScreenshotTaken(@Nullable android.graphics.Bitmap bitmap) Callback to be called when screenshot is ready.- Parameters:
bitmap- The bitmap containing the screenshot.
-