setRotation

suspend fun setRotation(rotation: Double): Double

Sets the current camera rotation of MPIMapView

Return

the Double value that the camera rotation was set to

Parameters

rotation

The angle in degrees relative to north to set the current camera rotation to


fun setRotation(rotation: Double, callback: (MPIError?) -> Unit?)

Deprecated

Use the camera manager's set method instead.

Sets the current camera rotation of MPIMapView

Return

Unit

Parameters

rotation

The angle in degrees relative to north to set the current camera rotation to

callback

Callback for when the camera rotation has been set, contains a MPIError as the first parameter