---
title: points()
framework: mapkit
role: symbol
role_heading: Instance Method
path: mapkit/mkmultipoint/points()
---

# points()

Returns an array of map points associated with the shape.

## Declaration

```swift
func points() -> UnsafeMutablePointer<MKMapPoint>
```

## Return Value

Return Value An unsafe mutable array of MKMapPoint structures.

## Discussion

Discussion The pointCount property specifies the number of points in the array.

## See Also

### Related Documentation

- [Location and Maps Programming Guide](apple-archive/documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction.md)

### Accessing the points in the shape

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