public class Coordinate
extends java.lang.Object
| Constructor and Description |
|---|
Coordinate(double lat,
double lon)
Constructor for the coordinate
|
| Modifier and Type | Method and Description |
|---|---|
double |
getLatitude() |
double |
getLongitude() |
void |
setLatitude(double lat) |
void |
setLongitude(double lon) |
java.lang.String |
toString() |