Point viewer at next image | Mapillary.js

I am wondering if it is possible to point the viewer at the next image in Mapillary.js when the user clicks an arrow. The reason for this is the sequence may turn a corner, and if the user was previously looking forward (relative to the car) they may now be looking backwards.

Alternatively, the camera could face in the direction of the arrow clicked, but this might be annoying when moving backwards through the images (the view would flip 180 degrees).

The closest thing I have found is setCenter, there is no setBearing, which is by design as far as I can tell.