Geohash

https://en.wikipedia.org/wiki/Geohash

 

geohash算法以及求最邻近区域的点, 对这两个算法封装成了golang package, 写LBS服务程序的时候有用。
https://github.com/gansidui/geohash
https://github.com/gansidui/nearest

你可能感兴趣的:(Geohash)