---
title: predictedEndLocation
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/draggesture/value/predictedendlocation
---

# predictedEndLocation

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

## Declaration

```swift
var predictedEndLocation: CGPoint { get }
```

## See Also

### Getting 2D position

- [startLocation](swiftui/draggesture/value/startlocation.md)
- [location](swiftui/draggesture/value/location.md)
- [translation](swiftui/draggesture/value/translation.md)
- [predictedEndTranslation](swiftui/draggesture/value/predictedendtranslation.md)
