Table of Contents

Property PointsOfInterest

Namespace
GuildWars2.Exploration.Maps
Assembly
GuildWars2.dll

PointsOfInterest

The points of interest on the map. The key is the point of interest ID. The value is the point of interest.

public required Dictionary<int, PointOfInterest> PointsOfInterest { get; init; }

Property Value

Dictionary<int, PointOfInterest>