MKAnnotationViewDragState 枚举

定义

拖动 MKAnnotationView的有效状态的枚举。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKAnnotationViewDragState
type MKAnnotationViewDragState = 
继承
MKAnnotationViewDragState
属性

字段

Canceling 3
Dragging 2
Ending 4
None 0
Starting 1

适用于