near
Creates a filter that matches all documents containing a property with geospatial data that is near the specified GeoJSON point.
Return
the filter
Parameters
the bounding GeoJSON geometry object
the maximum distance from the point, in meters
the minimum distance from the point, in meters
Creates a filter that matches all documents containing a property with geospatial data that is near the specified GeoJSON point.
Return
the filter
Parameters
the data class property
the bounding GeoJSON geometry object
the maximum distance from the point, in meters
the minimum distance from the point, in meters
Creates a filter that matches all documents containing a property with geospatial data that is near the specified point.
Return
the filter
Parameters
the x coordinate
the y coordinate
the maximum distance from the point, in radians
the minimum distance from the point, in radians
Creates a filter that matches all documents containing a property with geospatial data that is near the specified point.
Return
the filter
Parameters
the data class property
the x coordinate
the y coordinate
the maximum distance from the point, in radians
the minimum distance from the point, in radians