onSnapshotResult

abstract fun onSnapshotResult(snapshot: Bitmap?, errorMessage: String?)

If snapshot was successful - snapshot will contain the actual Bitmap with an actual map snapshot result. If snapshot was not successful - snapshot will be NULL and errorMessage will contain the error message.