---
title: mapButtons
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmaptemplate/mapbuttons
---

# mapButtons

An array of map buttons on the trailing bottom corner of the map template.

## Declaration

```swift
var mapButtons: [CPMapButton] { get set }
```

## Discussion

Discussion When the array contains more than three buttons, the map template displays only the first three, ignoring the remaining buttons.

## See Also

### Managing Map Buttons

- [CPMapButton](carplay/cpmapbutton.md)
