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 booleanequals(Object obj)doublegetLatitude()doublegetLongitude()inthashCode()StringtoString()
-