public class Destination
extends java.lang.Object
| Constructor and Description |
|---|
Destination(java.lang.String name,
RectCoordinates location)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RectCoordinates |
getLocation()
Get the location of the Destination
|
java.lang.String |
getName()
Get the name of the destination
|