Contents

isRotationEnabled

A Boolean value that determines whether the user may rotate the map using the compass control or a rotate gesture.

Declaration

get isRotationEnabled(): boolean;
set isRotationEnabled(value: boolean);

Discussion

When isRotationEnabled is false, you can still rotate the map programmatically by using rotation or setRotationAnimated(degrees, animated).

See Also

Accessing interaction properties