MKOverlayLevel Enum

Definition

An enumeration whose value specify whether the overlay should render above roads, but beneath labels, etc..

[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 = 
Inheritance
MKOverlayLevel
Attributes

Fields

AboveLabels 1

The overlay should render above all map content except for annotation views.

AboveRoads 0

The overlay should render above roads, but below labels, points of interest, and annotation views.

Applies to