UNPKG

@pranavpatel.ca/algo-gridpointcode

Version:

Grid Point Code (GPC) is a global geocoding system that provides a unique, lossless, and compact alphanumeric code for any geographic location (home, office, or other places). It enables precise identification and offline conversion between geographic coo

6 lines (5 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GPC = void 0; var GPC_1 = require("./GPC"); Object.defineProperty(exports, "GPC", { enumerable: true, get: function () { return GPC_1.GPC; } });