MapSnapshotCapturer

Properties

Link copied to clipboard
abstract val preloadedSnapshot: ReceiveChannel<Bitmap>

Functions

Link copied to clipboard
Link copied to clipboard
abstract suspend fun captureSnapshotAsBitmap(saveOnDisk: Boolean = false, outputPath: String = buildDefaultOutputPath()): Bitmap?
Link copied to clipboard
abstract fun convertSnapshotToString(bitmap: Bitmap): String
Link copied to clipboard
abstract suspend fun preloadSnapshot()