---
title: CLLocationDirectionAccuracy
framework: corelocation
role: symbol
role_heading: Type Alias
path: corelocation/cllocationdirectionaccuracy
---

# CLLocationDirectionAccuracy

The accuracy of a compass heading.

## Declaration

```swift
typealias CLLocationDirectionAccuracy = Double
```

## See Also

### Getting speed and course information

- [speed](corelocation/cllocation/speed.md)
- [speedAccuracy](corelocation/cllocation/speedaccuracy.md)
- [course](corelocation/cllocation/course.md)
- [courseAccuracy](corelocation/cllocation/courseaccuracy.md)
- [CLLocationSpeed](corelocation/cllocationspeed.md)
- [CLLocationDirection](corelocation/cllocationdirection.md)
- [CLLocationSpeedAccuracy](corelocation/cllocationspeedaccuracy.md)
