@Gw2ApiVersion(value="v1") public class PointOfInterest extends Object
Constructor and Description |
---|
PointOfInterest() |
Modifier and Type | Method and Description |
---|---|
MapCoordinate |
getCoordinate()
The coordinate for the location of the point of interest.
|
int |
getFloor()
The floor where this point of interest is located.
|
String |
getName()
The in-game name of the point of interest.
|
int |
getPoiId()
A unique identifier for the point of interest.
|
String |
getType()
The kind of point of interest.
|
void |
setCoordinate(MapCoordinate coordinate) |
void |
setFloor(int floor) |
void |
setName(String name) |
void |
setPoiId(int poiId) |
void |
setType(String type) |
public int getPoiId()
public void setPoiId(int poiId)
public String getName()
public void setName(String name)
public String getType()
The kind of point of interest. Possible values are:
public void setType(String type)
public int getFloor()
Floor
.public void setFloor(int floor)
public MapCoordinate getCoordinate()
MapCoordinate
.public void setCoordinate(MapCoordinate coordinate)
Copyright © 2014. All Rights Reserved.