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

# CPRerouteReason

Values that represent reasons for navigation rerouting.

```
enum CPRerouteReason
```

## Topics

### Properties

[`case alternateRoute`](/documentation/CarPlay/CPRerouteReason/alternateRoute)

A value that represents rerouting because an alternate route became available.

[`case missedTurn`](/documentation/CarPlay/CPRerouteReason/missedTurn)

A value that represents rerouting because of a missed turn.

[`case offline`](/documentation/CarPlay/CPRerouteReason/offline)

A value that represents rerouting because the system was offline.

### Enumeration Cases

[`case mandated`](/documentation/CarPlay/CPRerouteReason/mandated)

A reroute was required due to external circumstances, such as a road closure.

[`case unknown`](/documentation/CarPlay/CPRerouteReason/unknown)

The reason for rerouting is unknown or not specified.

[`case waypointModified`](/documentation/CarPlay/CPRerouteReason/waypointModified)

An existing waypoint was modified or updated.

### Initializers

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

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)