| Map Class |
Namespace: GW2CSharp.V2.Unauthenticated.Maps
public class Map
The Map type exposes the following members.
| Name | Description | |
|---|---|---|
| ContinentId |
The id of the continent this map belongs to.
| |
| ContinentName |
The name of the continent this map belongs to.
| |
| ContinentRectangle |
The dimensions of the map within the continent coordinate system, given as the coordinates of the upper-left (NW) and lower-right (SE) corners.
| |
| DefaultFloor |
The default floor of this map.
| |
| Floors |
A list of available floors for this map.
| |
| Id |
The map id.
| |
| MapRectangle |
The dimensions of the map, given as the coordinates of the lower-left (SW) and upper-right (NE) corners.
| |
| MaxLevel |
The maximum level of this map.
| |
| MinLevel |
The minimal level of this map.
| |
| Name |
The map name.
| |
| RegionId |
The id of the region this map belongs to.
| |
| RegionName |
The name of the region this map belongs to.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |