Geohash
Geohash copied to clipboard
Geohash library written in Swift
Hello, I've added the ability to calculate the adjacent block of a geohash as well as a function to get all the neighboring blocks
Hi there! Thanks for your work on this package. I wanted to use the [adjacent and neighbours](https://github.com/nh7a/Geohash/commit/afa917a41976ca77d27c11cdfaf4bed2bddef376) functionality, but no tag has been created since that functionality was introduced. Could...
This PR makes the `base64` variable comply with strict concurrency when changing the version 5->6 in package.swift. Otherwise the compiler throws an error and Geohash won't compile. Since it doesn't...