MapWrapperGetById Method (Int32) |
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
)
Parameters
- mapId
- Type: SystemInt32
The id of the map.
Return Value
Type:
MapReturns map that matches the id.
See Also