Lines Matching refs:geohash
109 * Convert the geometry to geohash.
128 $geohash = '';
137 return $geohash;
140 $geohash .= $char;
143 return $geohash;
149 * @see https://github.com/asonge/php-geohash/issues/1
215 * @see https://github.com/asonge/php-geohash/issues/1
299 * Calculates the adjacent geohash of the geohash in the specified direction.
301 * geohash-js by David Troy under MIT notice.
304 * @see https://github.com/davetroy/geohash-js
305 * @see https://github.com/lyokato/objc-geohash
308 * @see https://github.com/sunng87/node-geohash
311 * @param string $hash the geohash (lowercase)
313 * @return string the geohash of the adjacent cell