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

# title

The string containing the annotation’s title.

## Declaration

```swift
optional var title: String? { get }
```

## Discussion

Discussion Use this optional property to supply a string that the annotation displays in the callout for the associated annotation view. If you specify a detailCalloutAccessoryView object, setting the title isn’t required.

## See Also

### Title attributes

- [subtitle](mapkit/mkannotation/subtitle.md)
