| Name | Description |
---|
  | Near<TMember, TCoordinates>(Expression<Func<TDocument, TMember>>, GeoJsonPoint<TCoordinates>) |
Tests that the value of the named element is near a point (see $near).
|
  | Near<TMember>(Expression<Func<TDocument, TMember>>, Double, Double) |
Tests that the value of the named element is near some location (see $near).
|
  | Near<TMember, TCoordinates>(Expression<Func<TDocument, TMember>>, GeoJsonPoint<TCoordinates>, Double) |
Tests that the value of the named element is near some location (see $near).
|
  | Near<TMember>(Expression<Func<TDocument, TMember>>, Double, Double, Double) |
Tests that the value of the named element is near some location (see $near).
|
  | Near<TMember, TCoordinates>(Expression<Func<TDocument, TMember>>, GeoJsonPoint<TCoordinates>, Double, Boolean) |
Tests that the value of the named element is near some location (see $near).
|
  | Near<TMember>(Expression<Func<TDocument, TMember>>, Double, Double, Double, Boolean) |
Tests that the value of the named element is near some location (see $near).
|