Class GeoLocationPoint

Object
com.liferay.portal.kernel.search.geolocation.GeoLocationPoint

public class GeoLocationPoint extends Object
Author:
Michael C. Han
  • Constructor Details

    • GeoLocationPoint

      public GeoLocationPoint(double latitude, double longitude)
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getLatitude

      public double getLatitude()
    • getLongitude

      public double getLongitude()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object