Searched defs:geohash (Results 1 – 5 of 5) sorted by relevance
/plugin/spatialhelper/helper/ | ||
H A D | search.php | 99 findNearby(string $geohash, Point $p = null) global() argument |
H A D | index.php | 120 addToIndex(string $geohash, string $id) global() argument |
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ | ||
H A D | AbstractGeoDistance.php | 138 public function setGeohash(string $geohash): self argument |
/plugin/geotag/syntax/ | ||
H A D | geotag.php | 115 private function geohash($lat, $lon) { global() function in syntax_plugin_geotag_geotag |
/plugin/structgeohash/ | ||
H A D | geohash.js | 45 function decodeGeoHash(geohash) { argument |