Table of Contents

Enum StyleLayerVisibility

Namespace
Maplibre.NativeFfi.Style
Assembly
Maplibre.NativeFfi.dll

Whether a style layer draws.

public enum StyleLayerVisibility : uint

Fields

None = 1
Visible = 0

Remarks

This is an open domain: MapLibre Native may report a value with no named member here, so a switch over this type needs a default case.