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

# MKAnnotationView.DragState.none

An annotation view that doesn’t have a drag operation.

## Declaration

```swift
case none
```

## Discussion

Discussion The view isn’t involved in a drag operation. The annotation view is responsible for returning itself to this state when a drag ends or cancels.

## See Also

### Constants

- [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)
- [MKAnnotationView.DragState.ending](mapkit/mkannotationview/dragstate-swift.enum/ending.md)
