Method GetPointsOfInterestIndex
- Namespace
- GuildWars2.Exploration
- Assembly
- GW2SDK.dll
GetPointsOfInterestIndex(int, int, int, int, CancellationToken)
Retrieves the IDs of all points of interest on a map.
public Task<(HashSet<int> Value, MessageContext Context)> GetPointsOfInterestIndex(int continentId, int floorId, int regionId, int mapId, CancellationToken cancellationToken = default)
Parameters
continentId
intThe continent ID.
floorId
intThe floor ID.
regionId
intThe region ID.
mapId
intThe map ID.
cancellationToken
CancellationTokenA token to cancel the request.