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

# CPTrafficSide

Values that represent which side of the road the traffic drives on.

```
enum CPTrafficSide
```

## Topics

### Initializers

[`init?(rawValue: UInt)`](/documentation/CarPlay/CPTrafficSide/init(rawValue:))

Creates a traffic side-of-the-road enumeration item with the provided value.

### Lane statuses

[`case right`](/documentation/CarPlay/CPTrafficSide/right)

Indicates the traffic drives on the right side of the roadway.

[`case left`](/documentation/CarPlay/CPTrafficSide/left)

Indicates the traffic drives on the left side of the roadway.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)