Enum MapKind
- Namespace
- GuildWars2.Exploration.Maps
- Assembly
- GW2SDK.dll
The kind of maps in Guild Wars 2.
[JsonConverter(typeof(MapKindJsonConverter))]
public enum MapKind
Fields
Unknown = 0
An unknown map kind.
Public = 1
An open world map.
Instance = 2
An instance map. Instance maps are maps that are only accessible to a single party or squad. Examples include dungeons, fractals, strike missions and raids.
JumpPuzzle = 3
The Obsidian Sanctum jumping puzzle map (World vs. World).
Tutorial = 4
The starter zone of a new character.
Pvp = 5
A structured PvP map.
Center = 6
Eternal Battlegrounds (World vs. World).
RedHome = 7
Red Borderlands (World vs. World).
BlueHome = 8
Blue Borderlands (World vs. World).
GreenHome = 9
Green Borderlands (World vs. World).
EdgeOfTheMists = 10
Edge of the Mists (World vs. World).