T - The deserializable type for the value of the KV data belonging
to this search result.public class Result<T>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getDistance()
The distance from the geo coordinate in the query of this search result.
|
KvObject<T> |
getKvObject()
Returns the KV object for this search result.
|
double |
getScore()
Returns the score of this search results.
|
public final KvObject<T> getKvObject()
public final double getScore()
@Nullable public final java.lang.Double getDistance()