---
title: latestAnchors
framework: arkit
role: symbol
role_heading: Instance Property
path: arkit/handtrackingprovider/latestanchors
---

# latestAnchors

The most recent hand anchors for each hand.

## Declaration

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

## Discussion

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 isn’t running.

## See Also

### Observing hand anchor data

- [anchorUpdates](arkit/handtrackingprovider/anchorupdates.md)
