Method GetMapsByPage
- Namespace
- GuildWars2.Exploration
- Assembly
- GuildWars2.dll
GetMapsByPage(int, int, int, int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of maps.
public Task<(HashSet<Map> Value, MessageContext Context)> GetMapsByPage(int continentId, int floorId, int regionId, int pageIndex, int? pageSize = null, Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
continentIdintThe continent ID.
floorIdintThe floor ID.
regionIdintThe region ID.
pageIndexintHow many pages to skip. The first page starts at 0.
pageSizeint?How many entries to take.
languageLanguageThe language to use for descriptions.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.