---
title: predictedEndLocation3D
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/draggesture/value/predictedendlocation3d
---

# predictedEndLocation3D

A prediction of where the final location would be if dragging stopped now, based on the current drag velocity.

## Declaration

```swift
var predictedEndLocation3D: Point3D { get }
```

## See Also

### Getting 3D position

- [startLocation3D](swiftui/draggesture/value/startlocation3d.md)
- [location3D](swiftui/draggesture/value/location3d.md)
- [translation3D](swiftui/draggesture/value/translation3d.md)
- [predictedEndTranslation3D](swiftui/draggesture/value/predictedendtranslation3d.md)
- [startInputDevicePose3D](swiftui/draggesture/value/startinputdevicepose3d.md)
- [inputDevicePose3D](swiftui/draggesture/value/inputdevicepose3d.md)
