MKFeatureVisibility 枚举

定义

枚举标记标题的可见性行为。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MKFeatureVisibility
type MKFeatureVisibility = 
继承
MKFeatureVisibility
属性

字段

Adaptive 0

指示标题文本显示或隐藏以响应地图状态。

Hidden 1

指示标题文本已隐藏。

Visible 2

指示标题文本始终可见。

适用于