Class PointOfInterest
- Namespace
- GuildWars2.Exploration.PointsOfInterest
- Assembly
- GW2SDK.dll
Information about a notable location on the map, such as a vista, a point of interest, a hero challenge, or an adventure. This class is the base type. Cast objects of this type to a more specific type to access more properties.
public record PointOfInterest : IEquatable<PointOfInterest>
- Inheritance
-
PointOfInterest
- Implements
- Derived
- Inherited Members
Properties
- ChatLink
The chat code of the point of interest. This can be used to link the location in the chat, but also in guild or squad messages.
- Coordinates
The map coordinates of the point of interest.
- Floor
The floor on which the point of interest is located.
- Id
The point of interest ID.
- Name
The name as displayed on the map, or an empty string if the point doesn't have a name.
Methods
- GetChatLink()
Gets a chat link object for this point of interest.