Class ExplorationClient
- Namespace
- GuildWars2.Exploration
- Assembly
- GW2SDK.dll
Provides query methods for maps and map features.
public sealed class ExplorationClient
- Inheritance
-
ExplorationClient
- Inherited Members
Constructors
- ExplorationClient(HttpClient)
Initializes a new instance of the ExplorationClient class.
Methods
- GetCompletedHeroChallenges(string, string?, CancellationToken)
Retrieves the IDs of completed hero challenges on a character. This endpoint is only accessible with a valid access token.
- GetContinentById(int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a continent by its ID.
- GetContinents(Language?, MissingMemberBehavior, CancellationToken)
Retrieves all continents.
- GetContinentsByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves continents by their IDs.
- GetContinentsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of continents.
- GetContinentsIndex(CancellationToken)
Retrieves the IDs of all continents.
- GetFloorById(int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a floor by its ID.
- GetFloors(int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves all floors of a continent.
- GetFloorsByIds(int, IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves floors by their IDs.
- GetFloorsByPage(int, int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of floors.
- GetFloorsIndex(int, CancellationToken)
Retrieves all floor IDs of a continent.
- GetHeartById(int, int, int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a heart by its ID.
- GetHearts(int, int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves all hearts on a map.
- GetHeartsByIds(int, int, int, int, IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves hearts by their IDs.
- GetHeartsByPage(int, int, int, int, int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of hearts.
- GetHeartsIndex(int, int, int, int, CancellationToken)
Retrieves the IDs of all hearts on a map.
- GetMapById(int, int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a map by its ID.
- GetMapSummaries(Language?, MissingMemberBehavior, CancellationToken)
Retrieves a summary of all maps.
- GetMapSummariesByIds(IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves the summary of maps by their IDs.
- GetMapSummariesByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of map summaries.
- GetMapSummaryById(int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves the summary of a map by its ID.
- GetMaps(int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves all maps in a region.
- GetMapsByIds(int, int, int, IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves maps by their IDs.
- GetMapsByPage(int, int, int, int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of maps.
- GetMapsIndex(int, int, int, CancellationToken)
Retrieves the IDs of all maps in a region.
- GetMapsIndex(CancellationToken)
Retrieves the IDs of all maps.
- GetPointOfInterestById(int, int, int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a point of interest by its ID.
- GetPointsOfInterest(int, int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves all points of interests on a map.
- GetPointsOfInterestByIds(int, int, int, int, IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves points of interest by their IDs.
- GetPointsOfInterestByPage(int, int, int, int, int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of points of interest.
- GetPointsOfInterestIndex(int, int, int, int, CancellationToken)
Retrieves the IDs of all points of interest on a map.
- GetRegionById(int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a region by its ID.
- GetRegions(int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves all regions on a floor.
- GetRegionsByIds(int, int, IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves regions by their IDs.
- GetRegionsByPage(int, int, int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of regions.
- GetRegionsIndex(int, int, CancellationToken)
Retrieves the IDs of all regions on a floor.
- GetSectorById(int, int, int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a sector by its ID.
- GetSectors(int, int, int, int, Language?, MissingMemberBehavior, CancellationToken)
Retrieves all sectors on a map.
- GetSectorsByIds(int, int, int, int, IEnumerable<int>, Language?, MissingMemberBehavior, CancellationToken)
Retrieves sectors by their IDs.
- GetSectorsByPage(int, int, int, int, int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of sectors.
- GetSectorsIndex(int, int, int, int, CancellationToken)
Retrieves the IDs of all sectors on a map.