Edit

Share via


MKAnnotationViewDragState Enum

Definition

An enumeration of valid states for a dragged MKAnnotationView.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKAnnotationViewDragState
type MKAnnotationViewDragState = 
Inheritance
MKAnnotationViewDragState
Attributes

Fields

Name Value Description
None 0
Starting 1
Dragging 2
Canceling 3
Ending 4

Applies to