Click or drag to resize

QueryNear Method

Overload List
  NameDescription
Public methodStatic memberNearTCoordinates(String, GeoJsonPointTCoordinates)
Tests that the value of the named element is near a point (see $near).
Public methodStatic memberNearTCoordinates(String, GeoJsonPointTCoordinates, 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 memberNearTCoordinates(String, GeoJsonPointTCoordinates, 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