Оправих го сам.
Направих това в моя модел:
loc : { type: {type:String}, coordinates: [Number]},
Отдолу го направих 2dsphere индекс.
eventSchema.index({loc: '2dsphere'});
И за да добавите данни към него:
loc: { type: "Point", coordinates: [ longitude, latitude ] },