---
title: isRotateEnabled
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapview/isrotateenabled
---

# isRotateEnabled

A Boolean value that indicates whether the map uses the camera’s heading information.

## Declaration

```swift
var isRotateEnabled: Bool { get set }
```

## Discussion

Discussion When this property is true and the framework associates a valid camera with the map, the map uses the camera’s heading angle to rotate the plane of the map around its center point. When this property is false, the map view ignores the camera’s heading angle and the map orients so that the map view situates true north at the top.

## See Also

### Accessing map properties

- [MKMapType](mapkit/mkmaptype.md)
- [isZoomEnabled](mapkit/mkmapview/iszoomenabled.md)
- [isScrollEnabled](mapkit/mkmapview/isscrollenabled.md)
- [isPitchEnabled](mapkit/mkmapview/ispitchenabled.md)
- [mapType](mapkit/mkmapview/maptype.md)
