---
title: CLDeviceOrientation.landscapeLeft
framework: corelocation
role: symbol
role_heading: Case
path: corelocation/cldeviceorientation/landscapeleft
---

# CLDeviceOrientation.landscapeLeft

The device is in landscape mode, with the device held upright and the home button on the right side.

## Declaration

```swift
case landscapeLeft
```

## See Also

### Device Orientations

- [CLDeviceOrientation.unknown](corelocation/cldeviceorientation/unknown.md)
- [CLDeviceOrientation.portrait](corelocation/cldeviceorientation/portrait.md)
- [CLDeviceOrientation.portraitUpsideDown](corelocation/cldeviceorientation/portraitupsidedown.md)
- [CLDeviceOrientation.landscapeRight](corelocation/cldeviceorientation/landscaperight.md)
- [CLDeviceOrientation.faceUp](corelocation/cldeviceorientation/faceup.md)
- [CLDeviceOrientation.faceDown](corelocation/cldeviceorientation/facedown.md)
