V - Value type.public class GeoWithin<V> extends Object
| Constructor and Description |
|---|
GeoWithin(V member,
Double distance,
Long geohash,
GeoCoordinates coordinates)
Creates a new
GeoWithin. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
GeoCoordinates |
getCoordinates() |
Double |
getDistance() |
Long |
getGeohash() |
V |
getMember() |
int |
hashCode() |
String |
toString() |
public GeoWithin(V member, Double distance, Long geohash, GeoCoordinates coordinates)
GeoWithin.member - the member.distance - the distance, may be null.geohash - the geohash, may be null.coordinates - the coordinates, may be null.public V getMember()
public Double getDistance()
null.public Long getGeohash()
null.public GeoCoordinates getCoordinates()
null.Copyright © 2021 lettuce.io. All rights reserved.