setViewpointRotation

suspend fun setViewpointRotation(angleDegrees: Double): Result<Boolean>

Animate the rotation of the map view to the provided angle.

Return

a Result indicating whether the viewpoint was successfully set. A success result with a value of false may indicate the operation was cancelled.

Since

200.4.0

Parameters

angleDegrees

the new map rotation angle, in degrees counter-clockwise