public class Location extends Object
| Constructor and Description |
|---|
Location(double latitude,
double longitude,
double altitude) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAltitude() |
double |
getLatitude() |
double |
getLongitude() |
String |
toString() |
Copyright © 2016. All rights reserved.