Doctrine\MongoDB\Aggregation\Stage\Match::geoWithin PHP Метод

geoWithin() публичный Метод

The geometry parameter GeoJSON object or an array corresponding to the geometry's JSON representation.
См. также: Expr::geoWithin()
См. также: http://docs.mongodb.org/manual/reference/operator/geoWithin/
public geoWithin ( GeoJson\Geometry\Geometry $geometry )
$geometry GeoJson\Geometry\Geometry
    public function geoWithin(Geometry $geometry)
    {
        $this->query->geoWithin($geometry);
        return $this;
    }