UNPKG
@math.gl/geohash
Version:
beta (4.0.0-alpha.4)
latest (4.0.0-alpha.2)
4.0.0-alpha.4
4.0.0-alpha.3
4.0.0-alpha.2
Math for the GeoHash DGGS (Discrete Global Grid System)
github.com/uber-web/math.gl
uber-web/math.gl
@math.gl/geohash
/
src
/
index.ts
3 lines
(2 loc)
•
132 B
text/typescript
View Raw
1
2
3
export
{getGeohashLngLat, getGeohashBoundary, getGeohashBoundaryFlat}
from
'./geohash'
;
export
{getGeohashBounds}
from
'./geohash'
;