Compartilhar via


MKFeatureVisibility Enumeração

Definição

Enumera o comportamento de visibilidade para títulos de marcador.

[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 = 
Herança
MKFeatureVisibility
Atributos

Campos

Adaptive 0

Indica que o texto do título é mostrado ou oculto em resposta ao estado do mapa.

Hidden 1

Indica que o texto do título está oculto.

Visible 2

Indica que o texto do título está sempre visível.

Aplica-se a