MongoDB provides the following geospatial index types that support geospatial queries.
- 2d indexes support queries that calculate geometries on a two-dimensional plane.
2dsphere
indexes support queries that calculate geometries on an earth-like sphere.
In this article, I create a 2dsphere
index.