On the MapView there is the setViewPointRotation function. This function animates the rotation of the viewpoint. Is there a way to rotate the viewpoint without an animation or do you plan to introduce a method to do this?
Cheers.
Hi,
You should be able to use fun setViewpoint(viewpoint: Viewpoint) with an appropriate viewpoint to do this. The doc says "The viewpoint is updated instantaneously."