---
title: "landmark(for:)"
framework: arkit
role: symbol
role_heading: Instance Method
path: "arkit/arskeleton2d/landmark(for:)"
---

# landmark(for:)

Returns the location of a joint with a given name.

## Declaration

```swift
@nonobjc func landmark(for jointName: ARSkeleton.JointName) -> simd_float2?
```

## 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-12vkw.md)
