Package com.enonic.xp.util
Class GeoPoint
- java.lang.Object
-
- com.enonic.xp.util.GeoPoint
-
@PublicApi public final class GeoPoint extends Object
-
-
Constructor Summary
Constructors Constructor Description GeoPoint(double latitude, double longitude)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static GeoPoint
from(String value)
double
getLatitude()
double
getLongitude()
int
hashCode()
String
toString()
-