---
title: "locationsAtPointIndexes:"
framework: mapkit
role: symbol
role_heading: Instance Method
path: "mapkit/mkmultipoint/locationsatpointindexes:"
---

# locationsAtPointIndexes:

Returns a set of unit distance values that correspond to the point indexes along the shape.

## Declaration

```occ
- (NSArray<NSNumber *> *) locationsAtPointIndexes:(NSIndexSet *) indexes;
```

## Parameters

- `indexes`: A set of map point indexes associated with the shape.

## Return Value

Return Value An NSIndexSet that corresponds to the point indexes along the shape.

## See Also

### Accessing the points in the shape

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