다음을 통해 공유


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

오버레이는 도로 위이지만 레이블, 관심 지점 및 주석 보기 아래에 렌더링되어야 합니다.

적용 대상