Enum MapIconStyle
Represents the style of a map icon in the game.
public enum MapIconStyle
Fields
Global = 1The map icon is visible globally and will stick to the edge of the minimap if it is outside the minimap range.
GlobalCheckpoint = 3The map icon represents a global checkpoint and will stick to the edge of the minimap if it is outside the minimap range.
Local = 0The map icon is visible only if it is within the range of the minimap.
LocalCheckpoint = 2The map icon represents a local checkpoint and is visible only if it is within the range of the minimap.