次の方法で共有


MKOverlayLevel 列挙型

定義

オーバーレイを道路の上、ラベルの下などにレンダリングするかどうかを指定する値を持つ列挙体。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKOverlayLevel
type MKOverlayLevel = 
継承
MKOverlayLevel
属性

フィールド

AboveLabels 1

オーバーレイは、注釈ビューを除くすべてのマップ コンテンツの上にレンダリングする必要があります。

AboveRoads 0

オーバーレイは道路の上にレンダリングされますが、ラベル、目的のポイント、注釈ビューの下にレンダリングされます。

適用対象