Class GeoNearOperation

java.lang.Object
org.springframework.data.mongodb.core.aggregation.GeoNearOperation
All Implemented Interfaces:
AggregationOperation

public class GeoNearOperation extends Object implements AggregationOperation
Represents a geoNear aggregation operation.

We recommend to use the static factory method Aggregation.geoNear(NearQuery, String) instead of creating instances of this class directly.

Since:
1.3
Author:
Thomas Darimont, Christoph Strobl
See Also: