Liferay 7.0-ce-b4

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

java.lang.Object
  extended by com.liferay.portal.kernel.search.geolocation.GeoLocationPoint

public class GeoLocationPoint
extends Object


Constructor Summary
GeoLocationPoint(double latitude, double longitude)
           
 
Method Summary
 boolean equals(Object obj)
           
 double getLatitude()
           
 double getLongitude()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoLocationPoint

public GeoLocationPoint(double latitude,
                        double longitude)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Liferay 7.0-ce-b4