Geospatial operators return data based on geospatial expression conditions.
Query Predicate Operators
| Name | Description | 
|---|---|
| Selects geometries that intersect with a GeoJSON geometry.
The 2dsphere index supports
 | |
| Selects geometries within a bounding GeoJSON geometry. The 2dsphere and 2d indexes support
 | |
| Returns geospatial objects in proximity to a point.
Requires a geospatial index. The  | |
| Returns geospatial objects in proximity to a point on a sphere.
Requires a geospatial index. The  | 
Geometry Specifiers
Use the following specifiers in geospatial query predicates to specify geometric elements to query against.
| Name | Description | 
|---|---|
| Specifies a rectangular box using legacy coordinate pairs for
 | |
| Specifies a circle using legacy coordinate pairs to
 | |
| Specifies a circle using either legacy coordinate pairs or
GeoJSON format for  | |
| Specifies a geometry in GeoJSON format to geospatial query operators. | |
| Specifies a maximum distance to limit the results of  | |
| Specifies a minimum distance to limit the results of  | |
| Specifies a polygon to using legacy coordinate pairs for
 |