Searched defs:geohash (Results 1 – 5 of 5) sorted by relevance
94 final public function findNearby(string $geohash, Point $p = null): array
133 private function addToIndex(string $geohash, string $id): bool
138 public function setGeohash(string $geohash): self
139 private function geohash(float $lat, float $lon): string function in syntax_plugin_geotag_geotag
45 function decodeGeoHash(geohash) { argument