Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Continents
Poi Class
Poi Constructor
Poi Properties
Poi Methods
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#
Copy
public
Poi
(
string
name
,
PoiType
type
,
List
<
double
>
coord
,
int
id
,
string
chat_link
)
Parameters
name
Type:
System
String
The name of the point of interest.
type
Type:
GW2CSharp.V2.Unauthenticated.Continents.Enums
PoiType
The type.
PoiType
coord
Type:
System.Collections.Generic
List
Double
The coordinates of this object.
id
Type:
System
Int32
The point of interest id.
chat_link
Type:
System
String
The link that can be used ingame.
See Also
Reference
Poi Class
GW2CSharp.V2.Unauthenticated.Continents Namespace