Click or drag to resize
Query.Near Method
Overload List
  NameDescription
Public methodStatic memberNear<TCoordinates>(String, GeoJsonPoint<TCoordinates>)
Tests that the value of the named element is near a point (see $near).
Public methodStatic memberNear<TCoordinates>(String, GeoJsonPoint<TCoordinates>, Double)
Tests that the value of the named element is near some location (see $near).
Public methodStatic memberNear(String, Double, Double)
Tests that the value of the named element is near some location (see $near).
Public methodStatic memberNear<TCoordinates>(String, GeoJsonPoint<TCoordinates>, Double, Boolean)
Tests that the value of the named element is near some location (see $near).
Public methodStatic memberNear(String, Double, Double, Double)
Tests that the value of the named element is near some location (see $near).
Public methodStatic memberNear(String, Double, Double, Double, Boolean)
Tests that the value of the named element is near some location (see $near).
Top
See Also