Click or drag to resize

Query<TDocument>.Near Method

Overload List
  NameDescription
Public methodStatic memberNear<TMember, TCoordinates>(Expression<Func<TDocument, TMember>>, GeoJsonPoint<TCoordinates>)
Tests that the value of the named element is near a point (see $near).
Public methodStatic memberNear<TMember>(Expression<Func<TDocument, TMember>>, Double, Double)
Tests that the value of the named element is near some location (see $near).
Public methodStatic memberNear<TMember, TCoordinates>(Expression<Func<TDocument, TMember>>, GeoJsonPoint<TCoordinates>, Double)
Tests that the value of the named element is near some location (see $near).
Public methodStatic memberNear<TMember>(Expression<Func<TDocument, TMember>>, Double, Double, Double)
Tests that the value of the named element is near some location (see $near).
Public methodStatic memberNear<TMember, TCoordinates>(Expression<Func<TDocument, TMember>>, GeoJsonPoint<TCoordinates>, Double, Boolean)
Tests that the value of the named element is near some location (see $near).
Public methodStatic memberNear<TMember>(Expression<Func<TDocument, TMember>>, Double, Double, Double, Boolean)
Tests that the value of the named element is near some location (see $near).
Top
See Also