Elastica\Query\AbstractGeoDistance::setGeohash PHP Метод

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

public setGeohash ( string $geohash )
$geohash string
    public function setGeohash($geohash)
    {
        $this->_geohash = $geohash;
        $this->_locationType = self::LOCATION_TYPE_GEOHASH;
        return $this;
    }