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.TakeScreenshotCallback
    Callback to be called on retrieval of screenshot. In case of any error passed result is null.
    • Method Detail

      • onScreenshotTaken

        void onScreenshotTaken​(@Nullable
                               android.graphics.Bitmap bitmap)
        Callback to be called when screenshot is ready.
        Parameters:
        bitmap - The bitmap containing the screenshot.