Home
last modified time | relevance | path

Searched refs:characterTable (Results 1 – 2 of 2) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php24 public static $characterTable = "0123456789bcdefghjkmnpqrstuvwxyz"; variable in geoPHP\\Adapter\\GeoHash
206 $hash .= self::$characterTable[$chr];
230 $v = strpos(self::$characterTable, $hash[$i]);
323 return $base . self::$characterTable[strpos(self::$neighbours[$direction][$type], $last)];
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php426 preg_match('/[' . GeoHash::$characterTable . ']+/', $string, $matches);