Class GeoPoint

    • Constructor Detail

      • GeoPoint

        public GeoPoint​(double lat,
                        double lon)
        Creates a new instance.
        Parameters:
        lat - the latitude.
        lon - the longitude.
        Since:
        10.2.0
    • Method Detail

      • getLatitude

        public double getLatitude()
        Returns the latitude.
        Returns:
        the latitude.
        Since:
        10.2.0
      • getLongitude

        public double getLongitude()
        Returns the longitude.
        Returns:
        the longitude.
        Since:
        10.2.0
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object