Package org.redisson.api
Class GeoPosition
- java.lang.Object
-
- org.redisson.api.GeoPosition
-
public class GeoPosition extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description GeoPosition(double longitude, double latitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
double
getLatitude()
double
getLongitude()
int
hashCode()
String
toString()
-