---
title: CPJunctionType
framework: carplay
role: symbol
role_heading: Enumeration
path: carplay/cpjunctiontype
---

# CPJunctionType

Values that represent types of roadway junctions.

## Declaration

```swift
enum CPJunctionType
```

## Topics

### Initializers

- [init(rawValue:)](carplay/cpjunctiontype/init(rawvalue:).md)

### Junction types

- [CPJunctionType.intersection](carplay/cpjunctiontype/intersection.md)
- [CPJunctionType.roundabout](carplay/cpjunctiontype/roundabout.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Routes, lanes and junctions

- [CPRouteInformation](carplay/cprouteinformation.md)
- [CPLane](carplay/cplane.md)
- [CPLaneGuidance](carplay/cplaneguidance.md)
- [CPLaneStatus](carplay/cplanestatus.md)
