Click or drag to resize
MapWrapperGetById Method (Int32, RequestedLanguage)
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,
	RequestedLanguage requestedLanguage
)

Parameters

mapId
Type: SystemInt32
The id of the map.
requestedLanguage
Type: GW2CSharp.EnumsRequestedLanguage
Language in which the API should be called.

Return Value

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