UNPKG

@coex/geosearch

Version:

Nodejs library for finding places using Mapy.cz Suggest API

6 lines 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COUNT = exports.API_URL = void 0; exports.API_URL = 'https://api.mapy.cz/suggest/'; exports.COUNT = 20; //# sourceMappingURL=variables.js.map