Database
[{"device":"GPS01","location":{"type":"Point","coordinates":[-106.404068,31.5756798]},"date":new Date("2020-09-03T12:41:00.000+02:00")},{"device":"GPS01","location":{"type":"Point","coordinates":[-106.504068,31.6756798]},"date":new Date("2020-09-03T12:51:00.000+02:00")},{"device":"GPS01","location":{"type":"Point","coordinates":[-107.004068,32.0756798]},"date":new Date("2020-09-03T13:01:00.000+02:00")},{"device":"GPS01","location":{"type":"Point","coordinates":[-106.068,31.16798]},"date":new Date("2020-09-03T13:11:00.000+02:00")},{"device":"GPS02","location":{"type":"Point","coordinates":[-107.305091,30.3756290]},"date":new Date("2020-09-03T10:17:10.000+02:00")},{"device":"GPS02","location":{"type":"Point","coordinates":[-106.405,31.573]},"date":new Date("2020-09-03T10:27:10.000+02:00")},{"device":"GPS02","location":{"type":"Point","coordinates":[-106.004068,31.0756798]},"date":new Date("2020-09-03T10:37:10.000+02:00")},{"device":"GPS02","location":{"type":"Point","coordinates":[-106.5068,31.46798]},"date":new Date("2020-09-03T10:47:10.000+02:00")}]
Query
db.collection.find({"location":{"$geoWithin":{"$geometry":{"type":"Polygon","coordinates":[[[-106.409294128418,31.5745468139648],[-106.405494689941,31.5714015960693],[-106.401100158691,31.5754776000977],[-106.40470123291,31.5785121917725],[-106.409294128418,31.5745468139648]]]}}}})