public class Location
extends java.lang.Object
| Constructor and Description |
|---|
Location(double latitude,
double longitude,
double altitude) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAltitude() |
double |
getLatitude() |
double |
getLongitude() |
java.lang.String |
toString() |