---
title: "init(info:)"
framework: CarPlay
role: symbol
role_heading: Initializer
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+]
path: "carplay/cproutedetail/init(info:)"
---

# init(info:)

Creates additional route information with a freeform informational string.

## Declaration

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

## Parameters

- `info`: A localized string containing the information to display. Must not be nil.

## Return Value

Return Value A new @c CPRouteDetail instance representing the informational text.

## Discussion

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. Info strings should be concise and localized. The system displays this alongside other route details during route selection and active navigation.
