---
title: courseAccuracy
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/cllocation/courseaccuracy
---

# courseAccuracy

The accuracy of the course value, measured in degrees.

## Declaration

```swift
var courseAccuracy: CLLocationDirectionAccuracy { get }
```

## Discussion

Discussion When this property contains 0 or a positive number, the value in the course property is plus or minus the specified number degrees, modulo 360. When this property contains a negative number, the value in the course property is invalid.

## See Also

### Getting speed and course information

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