Jag fixade det själv.
Jag gjorde detta i min modell:
loc : { type: {type:String}, coordinates: [Number]},
Nedan gjorde jag det till ett 2dsphere-index.
eventSchema.index({loc: '2dsphere'});
Och för att lägga till data till den:
loc: { type: "Point", coordinates: [ longitude, latitude ] },