Home
last modified time | relevance | path

Searched defs:geohash (Results 1 – 5 of 5) sorted by relevance

/plugin/spatialhelper/helper/
Dsearch.php94 final public function findNearby(string $geohash, Point $p = null): array
Dindex.php133 private function addToIndex(string $geohash, string $id): bool
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DAbstractGeoDistance.php138 public function setGeohash(string $geohash): self
/plugin/geotag/syntax/
Dgeotag.php139 private function geohash(float $lat, float $lon): string function in syntax_plugin_geotag_geotag
/plugin/structgeohash/
Dgeohash.js45 function decodeGeoHash(geohash) { argument