---
title: detailTitle
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cppointofinterest/detailtitle
---

# detailTitle

The detail card’s title.

## Declaration

```swift
var detailTitle: String? { get set }
```

## Discussion

Discussion The template only displays the detail card when a user selects a point of interest. If this property is nil, the card displays the point of interest’s title instead.

## See Also

### Managing the Detail Card’s Data

- [detailSubtitle](carplay/cppointofinterest/detailsubtitle.md)
- [detailSummary](carplay/cppointofinterest/detailsummary.md)
