<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPRouteDetail/init(info:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPRouteDetail(cm)routeDetailWithInfo:"
  },
  "title" : "init(info:)"
}
-->

# init(info:)

Creates additional route information with a freeform informational string.

```
convenience init(info: String)
```

## Parameters

`info`

A localized string containing the information to display. Must not be nil.

## Return Value

A new @c CPRouteDetail instance representing the informational text.

## Discussion

Use this method to display a short piece of general information about the route that does not
fit any of the predefined route detail categories.

\discussion Info strings should be concise and localized. The system displays this alongside
other route details during route selection and active navigation.

---

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)