---
title: MKAnnotationView.DragState.ending
framework: mapkit
role: symbol
role_heading: Case
path: mapkit/mkannotationview/dragstate-swift.enum/ending
---

# MKAnnotationView.DragState.ending

An annotation view ends dragging.

## Declaration

```swift
case ending
```

## Discussion

Discussion A user action indicates the user dropped the view. The map view automatically moves annotation views to this state in response to appropriate user actions.

## See Also

### Constants

- [MKAnnotationView.DragState.none](mapkit/mkannotationview/dragstate-swift.enum/none.md)
- [MKAnnotationView.DragState.starting](mapkit/mkannotationview/dragstate-swift.enum/starting.md)
- [MKAnnotationView.DragState.dragging](mapkit/mkannotationview/dragstate-swift.enum/dragging.md)
- [MKAnnotationView.DragState.canceling](mapkit/mkannotationview/dragstate-swift.enum/canceling.md)
