共用方式為


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

重迭應該轉譯在道路上方,但低於標籤、景點和注釋檢視。

適用於