共用方式為


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

表示應該使用整個框架矩形來偵測衝突。

適用於