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

# CPJunctionType

Values that represent types of roadway junctions.

```
enum CPJunctionType
```

## Topics

### Initializers

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

Creates a junction type with the provided integer value.

### Junction types

[`case intersection`](/documentation/CarPlay/CPJunctionType/intersection)

A single intersection with roads coming to a common point.

[`case roundabout`](/documentation/CarPlay/CPJunctionType/roundabout)

Junction elements that represent roads exiting the roundabout.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)