public class GpsCoordinates
extends java.lang.Object
Constructor and Description |
---|
GpsCoordinates() |
Modifier and Type | Method and Description |
---|---|
double |
getLatitude() |
double |
getLongitude() |
protected void |
setLatitude(double latitude) |
protected void |
setLongitude(double longitude) |
java.lang.String |
ToString()
Override of the ToString operator that concatenates the
Latitude and Longitude parameters into a single string.
|
public double getLatitude()
protected void setLatitude(double latitude)
public double getLongitude()
protected void setLongitude(double longitude)
public java.lang.String ToString()