UNPKG

quad-hexer

Version:

A library for converting between quad and hex representations of geocodes.

12 lines 752 B
export { encodeQuadkey, decodeHexQuadkey } from './quadkey'; export { encodeS2HilbertQuadkey, decodeHexS2HilbertQuadkey } from './s2-hilbert-quadkey'; export { encodeSpatialIdTilehash, decodeHexSpatialIdTilehash } from './spatial-id-tilehash'; export declare const quadHexer: { readonly encodeQuadkey: (quadkey: string) => string; readonly decodeHexQuadkey: (hexQuadkey: string) => string; readonly encodeS2HilbertQuadkey: (s2HilbertQuadkey: string) => string; readonly decodeHexS2HilbertQuadkey: (hexS2HilbertQuadkey: string) => string; readonly encodeSpatialIdTilehash: (spatialIdTilehash: string) => string; readonly decodeHexSpatialIdTilehash: (hexSpatialIdTilehash: string) => string; }; //# sourceMappingURL=index.d.ts.map