Table of Contents

Enum MapPOITextVisibility

Namespace
S1API.Map
Assembly
S1API.dll

Controls when a standalone phone-map POI displays its label.

public enum MapPOITextVisibility
Extension Methods

Fields

Always = 1

The label is always shown while the marker is visible.

Off = 0

The label is never shown.

OnHover = 2

The label is shown while the marker is hovered or selected.