@Gw2ApiVersion(value="v1") public class Region extends Object
Constructor and Description |
---|
Region() |
Modifier and Type | Method and Description |
---|---|
MapCoordinate |
getLabelCoordinate()
The coordinates of the region label on the in-game world map.
|
FloorMapList |
getMaps()
Retrieve a list of
FloorMap s
that are contained within the region. |
String |
getName()
The in-game name of the region.
|
void |
setLabelCoordinate(MapCoordinate labelCoordinate) |
void |
setMaps(FloorMapList maps) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public MapCoordinate getLabelCoordinate()
MapCoordinate
.public void setLabelCoordinate(MapCoordinate labelCoordinate)
public FloorMapList getMaps()
FloorMap
s
that are contained within the region.FloorMapList
.public void setMaps(FloorMapList maps)
Copyright © 2014. All Rights Reserved.