<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPLaneStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:@E@CPLaneStatus"
  },
  "title" : "CPLaneStatus"
}
-->

# CPLaneStatus

Values that describe the status or preferability of a lane.

```
enum CPLaneStatus
```

## Topics

### Initializers

[`init?(rawValue: Int)`](/documentation/CarPlay/CPLaneStatus/init(rawValue:))

Creates a lane status with the provided value.

### Lane statuses

[`case notGood`](/documentation/CarPlay/CPLaneStatus/notGood)

The lane status is not good.

[`case good`](/documentation/CarPlay/CPLaneStatus/good)

The lane status is good.

[`case preferred`](/documentation/CarPlay/CPLaneStatus/preferred)

The lane status is preferred.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)