Naprawiłem to sam.
Zrobiłem to w moim modelu:
loc : { type: {type:String}, coordinates: [Number]},
Poniżej utworzyłem indeks 2dsphere.
eventSchema.index({loc: '2dsphere'});
Aby dodać do niego dane:
loc: { type: "Point", coordinates: [ longitude, latitude ] },