---
title: buttons
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmultistopcardconfiguration/buttons
---

# buttons

An array of text buttons to be displayed at the bottom of the card presented to configure waypoints along a route.

## Declaration

```swift
var buttons: [CPTextButton] { get }
```

## Discussion

Discussion note: The multi-stop card may display a maximum of 2 buttons. Setting more than 2 buttons to this property will only display the first 2 buttons.
