MKOverlayLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
AboveRoads | 0 | The overlay should render above roads, but below labels, points of interest, and annotation views. |
AboveLabels | 1 | The overlay should render above all map content except for annotation views. |