自分で修正しました。
私は自分のモデルでこれを行いました:
loc : { type: {type:String}, coordinates: [Number]},
その下で2dsphereインデックスにしました。
eventSchema.index({loc: '2dsphere'});
そしてそれにデータを追加するには:
loc: { type: "Point", coordinates: [ longitude, latitude ] },
自分で修正しました。
私は自分のモデルでこれを行いました:
loc : { type: {type:String}, coordinates: [Number]},
その下で2dsphereインデックスにしました。
eventSchema.index({loc: '2dsphere'});
そしてそれにデータを追加するには:
loc: { type: "Point", coordinates: [ longitude, latitude ] },