Enum StyleLayerVisibility
Whether a style layer draws.
public enum StyleLayerVisibility : uint
Fields
None = 1Visible = 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.