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