MapSnapshotCapturerImpl

class MapSnapshotCapturerImpl(context: Context, ioDispatcher: CoroutineDispatcher) : MapSnapshotCapturer

Constructors

Link copied to clipboard
constructor(context: Context, ioDispatcher: CoroutineDispatcher)

Properties

Link copied to clipboard
open override val preloadedSnapshot: Channel<Bitmap>

Functions

Link copied to clipboard
open override fun buildDefaultOutputPath(): String
Link copied to clipboard
open suspend override fun captureSnapshotAsBitmap(saveOnDisk: Boolean, outputPath: String): Bitmap?
Link copied to clipboard
open override fun convertSnapshotToString(bitmap: Bitmap): String
Link copied to clipboard
fun init(mapView: MapView)
Link copied to clipboard
fun onDestroy()
Link copied to clipboard
open suspend override fun preloadSnapshot()