Поделиться через


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

Указывает, что текст заголовка всегда отображается.

Применяется к