<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: 17.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPRouteInformation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPRouteInformation"
  },
  "title" : "CPRouteInformation"
}
-->

# CPRouteInformation

A class that describes the characteristic elements of a route.

```
class CPRouteInformation
```

## Topics

### Initializers

[`init(maneuvers: [CPManeuver], laneGuidances: [CPLaneGuidance], currentManeuvers: [CPManeuver], currentLaneGuidance: CPLaneGuidance, trip: CPTravelEstimates, maneuverTravelEstimates: CPTravelEstimates)`](/documentation/CarPlay/CPRouteInformation/init(maneuvers:laneGuidances:currentManeuvers:currentLaneGuidance:trip:maneuverTravelEstimates:))

Initializes a new route information object with maneuvers, lane guidances, the current maneuvers, the current lane guidance, and trip and current maneuver travel estimates.

### Properties

[`var currentLaneGuidance: CPLaneGuidance`](/documentation/CarPlay/CPRouteInformation/currentLaneGuidance)

A lane guidance object that describes the current lane guidance.

[`var currentManeuvers: [CPManeuver]`](/documentation/CarPlay/CPRouteInformation/currentManeuvers)

An array of maneuver objects that describes the current maneuvers.

[`var laneGuidances: [CPLaneGuidance]`](/documentation/CarPlay/CPRouteInformation/laneGuidances)

An array of lane guidance objects.

[`var maneuverTravelEstimates: CPTravelEstimates`](/documentation/CarPlay/CPRouteInformation/maneuverTravelEstimates)

An object that describes the time and distance estimates for a maneuver.

[`var maneuvers: [CPManeuver]`](/documentation/CarPlay/CPRouteInformation/maneuvers)

An array of maneuver objects.

[`var tripTravelEstimates: CPTravelEstimates`](/documentation/CarPlay/CPRouteInformation/tripTravelEstimates)

A travel estimates object that describes the estimated time and distance for the current trip.

### Initializers

[`init(maneuvers: [CPManeuver], laneGuidances: [CPLaneGuidance], currentManeuvers: [CPManeuver], currentLaneGuidance: CPLaneGuidance, tripTravelEstimates: CPTravelEstimates, maneuverTravelEstimates: CPTravelEstimates)`](/documentation/CarPlay/CPRouteInformation/init(maneuvers:laneGuidances:currentManeuvers:currentLaneGuidance:tripTravelEstimates:maneuverTravelEstimates:))

## Relationships

### Conforms To

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

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

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

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

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

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)