---
title: detailSubtitle
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cppointofinterest/detailsubtitle
---

# detailSubtitle

The detail card’s subtitle.

## Declaration

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

## Discussion

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

## See Also

### Managing the Detail Card’s Data

- [detailTitle](carplay/cppointofinterest/detailtitle.md)
- [detailSummary](carplay/cppointofinterest/detailsummary.md)
