Share via


MKOverlayLevel Enum

Definition

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

[ObjCRuntime.Native]
public enum MKOverlayLevel
[<ObjCRuntime.Native>]
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.

Applies to