<!--
{
  "availability" : [
    "iOS: 3.0.0 - 4.0.0",
    "iPadOS: 3.0.0 - 4.0.0",
    "macOS: 10.15.0 - 10.15.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreLocation",
  "identifier" : "/documentation/CoreLocation/CLLocationManager/headingAvailable-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Location"
    ],
    "preciseIdentifier" : "c:objc(cs)CLLocationManager(py)headingAvailable"
  },
  "title" : "headingAvailable"
}
-->

# headingAvailable

A Boolean value indicating whether the location manager is able to generate heading-related events.

```
var headingAvailable: Bool { get }
```

## Discussion

Heading data may not be available on all iOS-based devices. You should check the value of this property before asking the location manager to deliver heading-related events.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)