Click or drag to resize
Poi Constructor
View Project on GitHub
Initializes a new instance of the Poi class.

Namespace: GW2CSharp.V2.Unauthenticated.Continents
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Poi(
	string name,
	PoiType type,
	List<double> coord,
	int id,
	string chat_link
)

Parameters

name
Type: SystemString
The name of the point of interest.
type
Type: GW2CSharp.V2.Unauthenticated.Continents.EnumsPoiType
The type. PoiType
coord
Type: System.Collections.GenericListDouble
The coordinates of this object.
id
Type: SystemInt32
The point of interest id.
chat_link
Type: SystemString
The link that can be used ingame.
See Also