snapshot

abstract fun snapshot(omhSnapshotReadyCallback: OmhSnapshotReadyCallback)

Takes a snapshot of the map.

You can use snapshots within your application when an interactive map would be difficult, or impossible, to use. For example, images produced with the snapshot() method can be used to display a thumbnail of the map in your app, or a snapshot in the notification center.

Parameters

omhSnapshotReadyCallback

Callback method invoked when the snapshot is taken.