Click or drag to resize
MapWrapperGetById Method (Int32)
View Project on GitHub
Returns one map that matches the id.

Namespace: GW2CSharp.V2.Unauthenticated.Maps
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Map GetById(
	int mapId
)

Parameters

mapId
Type: SystemInt32
The id of the map.

Return Value

Type: Map
Returns map that matches the id.
See Also