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

# MKAnnotationView.DragState.starting

An annotation view begins dragging.

## Declaration

```swift
case starting
```

## Discussion

Discussion A user action causes the view to begin the drag operation. 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.dragging](mapkit/mkannotationview/dragstate-swift.enum/dragging.md)
- [MKAnnotationView.DragState.canceling](mapkit/mkannotationview/dragstate-swift.enum/canceling.md)
- [MKAnnotationView.DragState.ending](mapkit/mkannotationview/dragstate-swift.enum/ending.md)
