universal-geocoder
Version:
Universal geocoding abstraction server-side and client-side with multiple built-in providers
28 lines • 1.95 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocationIQReverseQuery = exports.LocationIQProvider = exports.LocationIQGeocodeQuery = exports.LocationIQGeocoded = void 0;
var LocationIQGeocoded_1 = require("./LocationIQGeocoded");
Object.defineProperty(exports, "LocationIQGeocoded", { enumerable: true, get: function () { return __importDefault(LocationIQGeocoded_1).default; } });
var LocationIQGeocodeQuery_1 = require("./LocationIQGeocodeQuery");
Object.defineProperty(exports, "LocationIQGeocodeQuery", { enumerable: true, get: function () { return __importDefault(LocationIQGeocodeQuery_1).default; } });
__exportStar(require("./LocationIQGeocodeQuery"), exports);
var LocationIQProvider_1 = require("./LocationIQProvider");
Object.defineProperty(exports, "LocationIQProvider", { enumerable: true, get: function () { return __importDefault(LocationIQProvider_1).default; } });
__exportStar(require("./LocationIQProvider"), exports);
var LocationIQReverseQuery_1 = require("./LocationIQReverseQuery");
Object.defineProperty(exports, "LocationIQReverseQuery", { enumerable: true, get: function () { return __importDefault(LocationIQReverseQuery_1).default; } });
__exportStar(require("./LocationIQReverseQuery"), exports);
//# sourceMappingURL=index.js.map