Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

quadkey

stumpyfr84BSD0.0.1

A simple module to convert latitude/longitude/levelOfDetail to quadkey

quadkey, map, geo

readme

Quadkey

A simple module to convert latitude/longitude/levelOfDetail to quadkey

quadkey?

Global Installation

npm install -g quadkey

Get quadkey from latitude, longitude and levelOfDetail (between 1 and 23)

var quadkey = require('./lib/quadkey');

console.log(quadkey.toQuaKey(48, 25.2, 23));