Uses of Interface
org.redisson.api.geo.ShapeGeoSearch
-
Packages that use ShapeGeoSearch Package Description org.redisson.api.geo -
-
Uses of ShapeGeoSearch in org.redisson.api.geo
Methods in org.redisson.api.geo that return ShapeGeoSearch Modifier and Type Method Description static ShapeGeoSearch
GeoSearchArgs. from(double longitude, double latitude)
Defines search from defined longitude and latitude coordinatesstatic <V> ShapeGeoSearch
GeoSearchArgs. from(V member)
Defines search from defined member
-