QueryNear Method |
Name | Description | |
---|---|---|
NearTCoordinates(String, GeoJsonPointTCoordinates) |
Tests that the value of the named element is near a point (see $near).
| |
NearTCoordinates(String, GeoJsonPointTCoordinates, Double) |
Tests that the value of the named element is near some location (see $near).
| |
Near(String, Double, Double) |
Tests that the value of the named element is near some location (see $near).
| |
NearTCoordinates(String, GeoJsonPointTCoordinates, Double, Boolean) |
Tests that the value of the named element is near some location (see $near).
| |
Near(String, Double, Double, Double) |
Tests that the value of the named element is near some location (see $near).
| |
Near(String, Double, Double, Double, Boolean) |
Tests that the value of the named element is near some location (see $near).
|