---
title: "init(startButtonTitle:additionalRoutesButtonTitle:overviewButtonTitle:)"
framework: carplay
role: symbol
role_heading: Initializer
path: "carplay/cptrippreviewtextconfiguration/init(startbuttontitle:additionalroutesbuttontitle:overviewbuttontitle:)"
---

# init(startButtonTitle:additionalRoutesButtonTitle:overviewButtonTitle:)

Creates a trip preview text configuration object.

## Declaration

```swift
init(startButtonTitle: String?, additionalRoutesButtonTitle: String?, overviewButtonTitle: String?)
```

## Parameters

- `startButtonTitle`: The title to display on the start button. Set to nil to display the system-provided title.
- `additionalRoutesButtonTitle`: The title to display on the routes button. Set to nil to display the system-provided title.
- `overviewButtonTitle`: The title to display on the overview button. Set to nil to display the system-provided title.

## Return Value

Return Value A newly initialized trip preview text configuration.
