Class GeoBoundingBox.LatLong

  • Enclosing class:
    GeoBoundingBox

    @ToString
    public static class GeoBoundingBox.LatLong
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double latitude  
      private double longitude  
    • Constructor Summary

      Constructors 
      Constructor Description
      LatLong​(double latitude, double longitude)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getLatitude()  
      double getLongitude()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • latitude

        private double latitude
      • longitude

        private double longitude
    • Constructor Detail

      • LatLong

        public LatLong​(double latitude,
                       double longitude)
    • Method Detail

      • getLatitude

        public double getLatitude()
      • getLongitude

        public double getLongitude()