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

# pointOfInterestCategory

The point of interest category of the map feature.

## Declaration

```swift
var pointOfInterestCategory: MKPointOfInterestCategory? { get }
```

## Discussion

Discussion If the feature doesn’t have a point of interest category, this value 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)
- [title](mapkit/mapfeature/title.md)
- [backgroundColor](mapkit/mapfeature/backgroundcolor.md)
- [image](mapkit/mapfeature/image.md)
