Query.Near Method |
Name | Description | |
---|---|---|
![]() ![]() | Near<TCoordinates>(String, GeoJsonPoint<TCoordinates>) |
Tests that the value of the named element is near a point (see $near).
|
![]() ![]() | Near<TCoordinates>(String, GeoJsonPoint<TCoordinates>, 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).
|
![]() ![]() | Near<TCoordinates>(String, GeoJsonPoint<TCoordinates>, 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).
|