L'ho risolto da solo.
L'ho fatto nel mio modello:
loc : { type: {type:String}, coordinates: [Number]},
Sotto l'ho creato un indice 2dsphere.
eventSchema.index({loc: '2dsphere'});
E per aggiungere dati ad esso:
loc: { type: "Point", coordinates: [ longitude, latitude ] },