---
title: showsPointsOfInterest
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapsnapshotter/options/showspointsofinterest
---

# showsPointsOfInterest

A Boolean value that indicates whether the map displays point-of-interest information.

## Declaration

```swift
var showsPointsOfInterest: Bool { get set }
```

## Discussion

Discussion When this property is set to true, the map displays icons and labels for restaurants, schools, and other relevant points of interest. The default value of this property is true.

## See Also

### Properties

- [filterType](mapkit/mklocalsearchcompleter/filtertype-swift.property.md)
- [pinColor](mapkit/mkpinannotationview/pincolor.md)
- [showsPointsOfInterest](mapkit/mkmapview/showspointsofinterest.md)
- [mapType](mapkit/mkmapsnapshotter/options/maptype.md)
