snapshot

Called to capture a snapshot synchronously.

Return

the snapshot

open override fun snapshot(): Bitmap?

Called to capture a snapshot asynchronously.

Parameters

listener

The listener to be invoked when snapshot finishes

open override fun snapshot(listener: MapView.OnSnapshotReady)