<!--
{
  "availability" : [
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/HandTrackingProvider/latestAnchors",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "s:5ARKit20HandTrackingProviderC13latestAnchorsAA0B6AnchorVSg04leftB0_AG05rightB0tvp"
  },
  "title" : "latestAnchors"
}
-->

# latestAnchors

The most recent hand anchors for each hand.

```
final var latestAnchors: (leftHand: HandAnchor?, rightHand: HandAnchor?) { get }
```

## Discussion

Accessing this tuple consumes its values and sets them to `nil` until the next anchor update. Both elements of this tuple are `nil` when the associated [`HandTrackingProvider`](/documentation/ARKit/HandTrackingProvider) isn’t running.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)