文件名称:latlon-geohash:Gustavo Niemeyer的地理编码系统
文件大小:6KB
文件格式:ZIP
更新时间:2024-03-11 22:19:17
JavaScript
哈希 用于将转换为纬度/经度点,以及确定地理哈希值单元的边界并查找地理哈希值的邻居的函数。 请注意,此版本2使用ES类和模块:对于较旧的浏览器(或Node.js <8.0.0), 是基于ES5的。 API Geohash.encode(lat, lon, [precision]) :将纬度/经度点编码为给定精度的geohash(结果geohash中的字符数); 如果未指定precision,则从纬度/经度值的精度推论得出。 Geohash.decode(geohash) :将给定geohash的中心的{lat,lon}返回到适当的精度。 Geohash.bounds(geohash) :返回给定geohash的{sw,ne}边界。 Geohash.adjacent(geohash, direction) : Geohash.adjacent(geohash, direction)
【文件预览】:
latlon-geohash-master
----latlon-geohash.js(8KB)
----test.js(1KB)
----LICENSE(1KB)
----README.md(3KB)
----package.json(2KB)