---
title: isRotationAvailable
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/map/isrotationavailable
---

# isRotationAvailable

A Boolean value that indicates whether map rotation is available.

## Declaration

```data
get isRotationAvailable(): boolean;
set isRotationAvailable(_: boolean);
```

## Discussion

Discussion MapKit JS determines whether it’s possible to rotate the map, and sets isRotationAvailable to true or false. When the value is true, users can rotate the map, and any labels on the map remain horizontal. The value for isRotationAvailable is: When isRotationAvailable is false, isRotationEnabled is always false and rotation is always 0.

## See Also

### Accessing interaction properties

- [isRotationEnabled](mapkitjs/map/isrotationenabled.md)
- [isScrollEnabled](mapkitjs/map/isscrollenabled.md)
- [isZoomEnabled](mapkitjs/map/iszoomenabled.md)
