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
属性

字段

名称 说明
None 0
Starting 1
Dragging 2
Canceling 3
Ending 4

适用于