---
title: pointsOfInterest
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cppointofinteresttemplate/pointsofinterest
---

# pointsOfInterest

The points of interest the template displays on the map and in the scrollable picker.

## Declaration

```swift
var pointsOfInterest: [CPPointOfInterest] { get }
```

## Discussion

Discussion You must call the setPointsOfInterest(_:selectedIndex:) method to update the points of interest the template displays.

## See Also

### Managing the Points of Interest

- [setPointsOfInterest(_:selectedIndex:)](carplay/cppointofinteresttemplate/setpointsofinterest(_:selectedindex:).md)
- [selectedIndex](carplay/cppointofinteresttemplate/selectedindex.md)
