---
title: pointCount
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmultipoint/pointcount
---

# pointCount

The number of points associated with the shape.

## Declaration

```swift
var pointCount: Int { get }
```

## See Also

### Accessing the points in the shape

- [points()](mapkit/mkmultipoint/points().md)
- [location(atPointIndex:)](mapkit/mkmultipoint/location(atpointindex:).md)
- [locations(at:)](mapkit/mkmultipoint/locations(at:).md)
