Interface OffscreenMapWindow

Package world.mappable.mapkit.map

interface OffscreenMapWindow

Wraps mapkit.map.MapWindow without its own view to render.

Allows to render map on additional surfaces in separate processes without having to create MapView control in the main process.

Summary

Methods

Type and modifiers

Method and Description

MapWindow

getMapWindow()

android.graphics.Bitmap

captureScreenshot()

Methods

getMapWindow

@NonNull
MapWindow getMapWindow()


captureScreenshot

@NonNull
android.graphics.Bitmap captureScreenshot()