次の方法で共有


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

フレームの四角形全体を衝突検出に使用する必要があることを示します。

適用対象