---
title: pointOfInterestCategory
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/mapfeatureannotation/pointofinterestcategory
---

# pointOfInterestCategory

The point-of-interest category of the feature.

## Declaration

```data
get pointOfInterestCategory(): PointOfInterestCategory | null;
```

## Discussion

Discussion note: This property is only available when the featureType is PointOfInterest.

## See Also

### Annotation properties

- [title](mapkitjs/mapfeatureannotation/title.md)
- [featureType](mapkitjs/mapfeatureannotation/featuretype.md)
- [color](mapkitjs/placeannotation/color.md)
- [glyphImage](mapkitjs/placeannotation/glyphimage.md)
- [selectedGlyphImage](mapkitjs/placeannotation/selectedglyphimage.md)
