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 booleanequals(Object o)static GeoPointfrom(String value)doublegetLatitude()doublegetLongitude()inthashCode()StringtoString()
-