मैंने इसे स्वयं ठीक किया है।
मैंने इसे अपने मॉडल में किया:
loc : { type: {type:String}, coordinates: [Number]},
नीचे मैंने इसे 2dsphere इंडेक्स बनाया है।
eventSchema.index({loc: '2dsphere'});
और इसमें डेटा जोड़ने के लिए:
loc: { type: "Point", coordinates: [ longitude, latitude ] },