MapWrapperGetById Method (Int32, RequestedLanguage) |
View Project on GitHub
Returns one map that matches the id.
Namespace: GW2CSharp.V2.Unauthenticated.MapsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic 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:
MapReturns map that matches the id.
See Also