---
title: "landmarkForJointNamed:"
framework: arkit
role: symbol
role_heading: Instance Method
path: "arkit/arskeleton2d/landmarkforjointnamed:"
---

# landmarkForJointNamed:

Returns the location of a joint with a given name.

## Declaration

```occ
- (simd_float2) landmarkForJointNamed:(ARSkeletonJointName) jointName;
```

## Discussion

Discussion Joint landmarks are normalized within the range [0..1] and are in the coordinate space of the current frame’s camera image, where 0 is the upper left, and 1 is the bottom right.

## See Also

### Getting Joint Landmarks

- [jointLandmarks](arkit/arskeleton2d/jointlandmarks-3en0x.md)
