MKAnnotationViewCollisionMode 枚举

定义

枚举冲突检测模式。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKAnnotationViewCollisionMode
type MKAnnotationViewCollisionMode = 
继承
MKAnnotationViewCollisionMode
属性

字段

Circle 1

指示应在框架矩形内刻有一个圆圈用于碰撞检测。

Rectangle 0

指示应使用整个框架矩形进行碰撞检测。

适用于