Class MapSummary
- Namespace
- GuildWars2.Exploration.Maps
- Assembly
- GW2SDK.dll
Information about a map.
public sealed record MapSummary : IEquatable<MapSummary>
- Inheritance
-
MapSummary
- Implements
- Inherited Members
Properties
- ContinentId
The continent ID, or null for certain instance maps.
- ContinentName
The name of the continent, or empty for certain instance maps.
- ContinentRectangle
The dimensions of the map within the continent coordinate system.
- DefaultFloor
The default floor of the map.
- Floors
The floors of the map.
- Id
The map ID.
- Kind
The kind of map.
- MapRectangle
The dimensions of the map.
- MaxLevel
The maximum player level of the map.
- MinLevel
The minimum player level of the map.
- Name
The name of the map.
- RegionId
The region ID, or null for certain instance maps.
- RegionName
The name of the region, or empty for certain instance maps.