<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPTripPreviewTextConfiguration/init(startButtonTitle:additionalRoutesButtonTitle:overviewButtonTitle:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPTripPreviewTextConfiguration(im)initWithStartButtonTitle:additionalRoutesButtonTitle:overviewButtonTitle:"
  },
  "title" : "init(startButtonTitle:additionalRoutesButtonTitle:overviewButtonTitle:)"
}
-->

# init(startButtonTitle:additionalRoutesButtonTitle:overviewButtonTitle:)

Creates a trip preview text configuration object.

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

A newly initialized trip preview text configuration.

---

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)