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

# title

The title of the map feature.

## Declaration

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

## Discussion

Discussion If the feature doesn’t have a title this property is nil.

## See Also

### Accessing the feature’s properties

- [kind](mapkit/mapfeature/kind.md)
- [MapFeature.FeatureKind](mapkit/mapfeature/featurekind.md)
- [coordinate](mapkit/mapfeature/coordinate.md)
- [backgroundColor](mapkit/mapfeature/backgroundcolor.md)
- [image](mapkit/mapfeature/image.md)
- [pointOfInterestCategory](mapkit/mapfeature/pointofinterestcategory.md)
