<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CarPlay",
  "identifier" : "/documentation/CarPlay/CPMapPanel/buttonConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "CarPlay"
    ],
    "preciseIdentifier" : "c:objc(cs)CPMapPanel(py)buttonConfiguration"
  },
  "title" : "buttonConfiguration"
}
-->

# buttonConfiguration

The button information and travel estimates to display in the panel.

```
var buttonConfiguration: CPMapPanelButtonConfiguration? { get }
```

## Discussion

You specify this information initially when you create the panel, but can also update it by assigning a new value to
this property. The property stores the buttons and other map-related information to display in the panel.

The system pins the information in this type to the bottom of the map panel, keeping it visible at all times.

---

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)