ViewUtils

object ViewUtils

Provides utilities to capture screenshots of view trees, that may contain one or more MapViews.

Functions

capture
Link copied to clipboard
fun View.capture(callback: OnViewScreenshotReady)
Captures a view tree that contains a given View and returns the obtained Bitmap.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String