near: function(type, coordinates, maxDistance, minDistance){
                var obj = _createGeoQuery("$near", "$geometry", type, coordinates, maxDistance, minDistance)
                this.whereQuery.push(obj);
                return this;
            },