collection.geoNear
Node.js MongDB native driver 3.x has removed the support of this command, since there are already alternatives like $near and $nearSphere query operators (see the documentation link above for more info).
collection.geoNearNode.js MongDB native driver 3.x has removed the support of this command, since there are already alternatives like $near and $nearSphere query operators (see the documentation link above for more info).