Doctrine\MongoDB\Query\Builder::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 ( array | GeoJson\Geometry\Geometry $geometry )
$geometry array | GeoJson\Geometry\Geometry
    public function geoWithin($geometry)
    {
        $this->expr->geoWithin($geometry);
        return $this;
    }