Enum MapPOITextVisibility
Controls when a standalone phone-map POI displays its label.
public enum MapPOITextVisibility
- Extension Methods
Fields
Always = 1The label is always shown while the marker is visible.
Off = 0The label is never shown.
OnHover = 2The label is shown while the marker is hovered or selected.