---
title: lastPositionLatency
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcswitchpositioninput/lastpositionlatency
---

# lastPositionLatency

The time in seconds between the current and previous positions.

## Declaration

```swift
var lastPositionLatency: TimeInterval { get }
```

## Discussion

Discussion Use this property as a minimum latency value that may not include latency that accrues on the device or when it transmits the event.

## See Also

### Getting the position

- [position](gamecontroller/gcswitchpositioninput/position.md)
- [positionDidChangeHandler](gamecontroller/gcswitchpositioninput/positiondidchangehandler.md)
- [lastPositionTimestamp](gamecontroller/gcswitchpositioninput/lastpositiontimestamp.md)
