Database

[{"_id":ObjectId("5e6651cad0ee322954fd528a"),"createdAt":ISODate("2017-05-03T07:33:58.249+05:30"),"phone":"0000000000","email":"abc@gmail.com","dob":"12/26/1976","password":"*******","stripeID":"***","picture":"htt://g","name":{"first":"P","last":"e"},"addresses":[{"description":"237 S ABCD, USA","_id":ObjectId("5e6651cad0ee322954fd5287"),"loc":[8.2478742,124.0517012]},{"apartment":"","description":"787 S Defghsvd USA","_id":ObjectId("5e6651cad0ee322954fd5288"),"loc":[-18.01,34.039058]},{"description":"13210 hdsg sdjhf 90284, USA","_id":ObjectId("5e6651cad0ee322954fd5289"),"loc":[-18.01,-18.01]}]},{"_id":ObjectId("5e6651dfd0ee322954fd528e"),"createdAt":ISODate("2017-05-03T07:33:58.249+05:30"),"phone":"0000000000","email":"def@gmail.com","dob":"12/26/1976","password":"*******","stripeID":"***","picture":"htt://g","name":{"first":"P","last":"e"},"addresses":[{"description":"237 S ABCD, USA","_id":ObjectId("5e6651dfd0ee322954fd528b"),"loc":[8.2478742,124.0517012]},{"apartment":"","description":"787 S Defghsvd USA","_id":ObjectId("5e6651dfd0ee322954fd528c"),"loc":[-18.01,34.039058]},{"description":"12345 hdsg sdjhf 90210, USA","_id":ObjectId("5e6651dfd0ee322954fd528d"),"loc":[-18.01,-18.01]}]}]

Query

db.collection.aggregate([{$unwind:"$addresses"},{$match:{$expr:{$eq:[{$arrayElemAt:["$addresses.loc",0]},{$arrayElemAt:["$addresses.loc",1]}]}}},{$replaceRoot:{newRoot:"$addresses"}}])

Result