Skip to content

Commit

Permalink
Add attribution to the original implementation by @chrisveness
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jan 19, 2022
1 parent ff1abaa commit 760be90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Geohash.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

use InvalidArgumentException;

/**
* Geohash: Gustavo Niemeyer's geocoding system.
*
* Based on the JS implementation by Chris Veness
*
* @see https://github.com/chrisveness/latlon-geohash
*/
final class Geohash
{
private const base32 = '0123456789bcdefghjkmnpqrstuvwxyz';
Expand Down

0 comments on commit 760be90

Please sign in to comment.