MKOverlayLevel 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉,其值會指定重迭是否應該呈現在道路上方,但在標籤底下等等。
[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 | 重迭應該轉譯在道路上方,但低於標籤、景點和注釋檢視。 |