---
title: subtitle
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkshape/subtitle
---

# subtitle

The subtitle of the shape annotation.

## Declaration

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

## Discussion

Discussion The shape displays this string in the callout for the associated annotation view. The default value of this property is nil.

## See Also

### Accessing the shape attributes

- [title](mapkit/mkshape/title.md)
