Home
last modified time | relevance | path

Searched refs:GeoHash (Results 1 – 6 of 6) sorted by relevance

/plugin/structgeohash/
Dplugin.info.txt6 desc New struct type: GeoHash
/plugin/structgeohash/types/
DGeoHash.php14 class GeoHash extends AbstractBaseType { class
/plugin/geophp/vendor/funiq/geophp/src/
DgeoPHP.php12 use geoPHP\Adapter\GeoHash; alias
426 preg_match('/[' . GeoHash::$characterTable . ']+/', $string, $matches);
/plugin/geophp/
Ddeleted.files6 geoPHP/lib/adapters/GeoHash.class.php
/plugin/spatialhelper/helper/
Dsearch.php21 use geoPHP\Adapter\GeoHash; alias
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGeoHash.php17 class GeoHash implements GeoAdapter class