UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

19 lines 559 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var utils_1 = require("./utils"); var Layer = /** @class */ (function () { function Layer() { this.id = (0, utils_1.genId)(); this.opacity = 1; this.visible = true; this.minResolution = 0; this.maxResolution = Infinity; this.zIndex = 0; } Layer.prototype.getExtent = function () { throw new Error('Method not implemented.'); }; return Layer; }()); exports.default = Layer; //# sourceMappingURL=Layer.js.map