locationsAtPointIndexes:
Returns a set of unit distance values that correspond to the point indexes along the shape.
Declaration
- (NSArray<NSNumber *> *) locationsAtPointIndexes:(NSIndexSet *) indexes;Parameters
- indexes:
A set of map point indexes associated with the shape.
Return Value
An NSIndexSet that corresponds to the point indexes along the shape.