Class Geolocation


  • public class Geolocation
    extends Object
    • Field Detail

      • latitude

        public double latitude
      • longitude

        public double longitude
      • accuracy

        public Double accuracy
    • Constructor Detail

      • Geolocation

        public Geolocation()
      • Geolocation

        public Geolocation​(double latitude,
                           double longitude)
      • Geolocation

        public Geolocation​(double latitude,
                           double longitude,
                           Double accuracy)
    • Method Detail

      • withLatitude

        public Geolocation withLatitude​(double latitude)
      • withLongitude

        public Geolocation withLongitude​(double longitude)
      • withAccuracy

        public Geolocation withAccuracy​(double accuracy)