public class Location
extends Object
Represents the physical location of the browser.
-
Constructor Summary
Constructors
Location(double latitude,
double longitude,
double altitude)
-
Method Summary
-
Constructor Details
-
Location
public Location(double latitude,
double longitude,
double altitude)
-
Method Details
-
getLatitude
public double getLatitude()
-
getLongitude
public double getLongitude()
-
getAltitude
public double getAltitude()
-