1.0.2 • Published 2 years ago

@dwlib/geohash v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Geohash

Install

npm i --save @dwlib/geohash

Usage

// CJS
const Geohash = require('@dwlib/geohash');
const GeohashBounds = require('@dwlib/geohash/bounds');
const GeohashAdjacent = require('dwlib/geohash/adjacent');
const GeohashAdjacentBigInt = require('dwlib/geohash/adjacentBigInt');
const GeohashAdjacentInt = require('dwlib/geohash/adjacentInt');
const GeohashBoundsBigInt = require('@dwlib/geohash/boundsBigInt');
const GeohashBoundsInt = require('@dwlib/geohash/boundsInt');
const GeohashDecode = require('@dwlib/geohash/decode');
const GeohashDecodeBigInt = require('@dwlib/geohash/decodeBigInt');
const GeohashDecodeInt = require('@dwlib/geohash/decodeInt');
const GeohashDistance = require('@dwlib/geohash/distance');
const GeohashDistanceBigInt = require('@dwlib/geohash/distanceBigInt');
const GeohashDistanceInt = require('@dwlib/geohash/distanceInt');
const GeohashEncode = require('@dwlib/geohash/encode');
const GeohashEncodeBigInt = require('@dwlib/geohash/encodeBigInt');
const GeohashEncodeInt = require('@dwlib/geohash/encodeInt');
const GeohashNeighbor = require('@dwlib/geohash/neighbor');
const GeohashNeighborBigInt = require('@dwlib/geohash/neighborBigInt');
const GeohashNeighborInt = require('@dwlib/geohash/neighborInt');
const GeohashNeighbors = require('@dwlib/geohash/neighbors');
const GeohashNeighborsBigInt = require('@dwlib/geohash/neighborsBigInt');
const GeohashNeighborsInt = require('@dwlib/geohash/neighborsInt');
// ESM
import Geohash from '@dwlib/geohash';
import GeohashBounds from '@dwlib/geohash/bounds';
import GeohashAdjacent from 'dwlib/geohash/adjacent';
import GeohashAdjacentBigInt from 'dwlib/geohash/adjacentBigInt';
import GeohashAdjacentInt from 'dwlib/geohash/adjacentInt';
import GeohashBoundsBigInt from '@dwlib/geohash/boundsBigInt';
import GeohashBoundsInt from '@dwlib/geohash/boundsInt';
import GeohashDecode from '@dwlib/geohash/decode';
import GeohashDecodeBigInt from '@dwlib/geohash/decodeBigInt';
import GeohashDecodeInt from '@dwlib/geohash/decodeInt';
import GeohashDistance from '@dwlib/geohash/distance';
import GeohashDistanceBigInt from '@dwlib/geohash/distanceBigInt';
import GeohashDistanceInt from '@dwlib/geohash/distanceInt';
import GeohashEncode from '@dwlib/geohash/encode';
import GeohashEncodeBigInt from '@dwlib/geohash/encodeBigInt';
import GeohashEncodeInt from '@dwlib/geohash/encodeInt';
import GeohashNeighbor from '@dwlib/geohash/neighbor';
import GeohashNeighborBigInt from '@dwlib/geohash/neighborBigInt';
import GeohashNeighborInt from '@dwlib/geohash/neighborInt';
import GeohashNeighbors from '@dwlib/geohash/neighbors';
import GeohashNeighborsBigInt from '@dwlib/geohash/neighborsBigInt';
import GeohashNeighborsInt from '@dwlib/geohash/neighborsInt';