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

# CPRouteSource

```
enum CPRouteSource
```

## Overview

\abstract Specifies the destination and modification status of route information displayed to the user

## Topics

### Enumeration Cases

[`case sourceInactive`](/documentation/CarPlay/CPRouteSource/sourceInactive)

No current route source.

[`case sourceVehicle`](/documentation/CarPlay/CPRouteSource/sourceVehicle)

Route and destination(s) being used by the vehicle is from the vehicle’s system.

[`case sourceiOSDestinationsOnly`](/documentation/CarPlay/CPRouteSource/sourceiOSDestinationsOnly)

Only the destination(s) from the device are being used, routes are not.

[`case sourceiOSRouteDestinationsModified`](/documentation/CarPlay/CPRouteSource/sourceiOSRouteDestinationsModified)

Route and destination(s) from the device are being used but both have been modified.

[`case sourceiOSRouteModified`](/documentation/CarPlay/CPRouteSource/sourceiOSRouteModified)

Route is from the device and being used by the vehicle but has been modified. The destination(s)/waypoints have not been changed.

[`case sourceiOSUnchanged`](/documentation/CarPlay/CPRouteSource/sourceiOSUnchanged)

Route is from the device and being used by the vehicle unmodified.

### Initializers

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

## Relationships

### Conforms To

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

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

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

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

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

[`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)