rotateBy

fun rotateBy(headingDelta: Double): CameraOptions

Returns the CameraOptions that rotates the camera (heading) by the given delta.

Return

CameraOptions with the given transition.

Parameters

headingDelta

The rotation delta for the camera position.

See also

to read more about the rotation attribute.