Searched refs:GeoHash (Results 1 – 6 of 6) sorted by relevance
6 desc New struct type: GeoHash
14 class GeoHash extends AbstractBaseType { class
12 use geoPHP\Adapter\GeoHash; alias 55 'geohash' => 'GeoHash',426 preg_match('/[' . GeoHash::$characterTable . ']+/', $string, $matches);
6 geoPHP/lib/adapters/GeoHash.class.php
21 use geoPHP\Adapter\GeoHash;18 use geoPHP\Adapter\GeoHash; global() alias
11 * PHP Geometry GeoHash encoder/decoder.17 class GeoHash implements GeoAdapter class 81 * @param string $hash a GeoHash84 * @return Point|Polygon the converted GeoHash113 * @return string the GeoHash or null when the $geometry is not a Point125 // The GeoHash is the smallest hash grid ID that fits the envelope153 * @return string The GeoHash217 * @param string $hash a GeoHash