NavigationSnapshotReadyCallback

open class NavigationSnapshotReadyCallback : MapboxMap.SnapshotReadyCallback

Used to take a snapshot of the current map when sending the feedback event.

Constructors

NavigationSnapshotReadyCallback
Link copied to clipboard
open fun NavigationSnapshotReadyCallback(navigationView: NavigationView, navigationViewModel: NavigationViewModel)

Functions

onSnapshotReady
Link copied to clipboard
abstract fun onSnapshotReady(p: Bitmap)
open fun onSnapshotReady(snapshot: Bitmap)