geo Within Center Sphere
Creates a filter that matches all documents containing a property with geospatial data (GeoJSON or legacy coordinate pairs) that exist entirely within the specified circle, using spherical geometry. If using longitude and latitude, specify longitude first.
Return
the filter
Parameters
x
the x coordinate of the circle
y
the y coordinate of the circle
radius
the radius of the circle, in radians
Creates a filter that matches all documents containing a property with geospatial data (GeoJSON or legacy coordinate pairs) that exist entirely within the specified circle, using spherical geometry. If using longitude and latitude, specify longitude first.
Return
the filter
Parameters
property
the data class property
x
the x coordinate of the circle
y
the y coordinate of the circle
radius
the radius of the circle, in radians