Class Location


  • public class Location
    extends java.lang.Object
    Represents the physical location of the browser.
    • Constructor Summary

      Constructors 
      Constructor Description
      Location​(double latitude, double longitude, double altitude)  
    • Constructor Detail

      • Location

        public Location​(double latitude,
                        double longitude,
                        double altitude)
    • Method Detail

      • getLatitude

        public double getLatitude()
      • getLongitude

        public double getLongitude()
      • getAltitude

        public double getAltitude()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object