Lines Matching defs:geohash
42 * @see https://stackoverflow.com/questions/13836416/geohash-and-max-distance
81 return $this->findNearby($geometry->out('geohash'), $geometry);
85 * finds nearby elements in the index based on the geohash.
88 * @param string $geohash
94 final public function findNearby(string $geohash, Point $p = null): array
98 $decodedPoint = $_geohashClass->read($geohash);
105 $adjacent ['center'] = $geohash;
122 // if $adjHash similar to geohash
180 'geohash' => $geohash,
181 'precision' => $this->precision [strlen($geohash)]