jaron.gps
Class Waypoint
java.lang.Object
jaron.gps.Waypoint
public class Waypoint
- extends java.lang.Object
The Waypoint
class provides a container for a latitude and
an a longitude decimal value.
- Since:
- 1.1
- Version:
- 1.2
- Author:
- jarontec gmail com
Constructor Summary |
Waypoint(double latitude,
double longitude)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Waypoint
public Waypoint(double latitude,
double longitude)
getLatitude
public double getLatitude()
setLatitude
public void setLatitude(double latitude)
getLongitude
public double getLongitude()
setLongitude
public void setLongitude(double longitude)