Share via


MKFeatureVisibility Enum

Definition

Enumerates visibility behavior for marker titles.

[ObjCRuntime.Native]
public enum MKFeatureVisibility
[<ObjCRuntime.Native>]
type MKFeatureVisibility = 
Inheritance
MKFeatureVisibility
Attributes

Fields

Name Value Description
Adaptive 0

Indicates that the title text is shown or hidden in response to the map state.

Hidden 1

Indicates that the title text is hidden.

Visible 2

Indicates that the title text is always visible.

Applies to