"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "GEOJSON_FEATURE_ID_PROPERTY_NAME", { enumerable: true, get: function () { return _constants.GEOJSON_FEATURE_ID_PROPERTY_NAME; } }); Object.defineProperty(exports, "MAPS_APP_LOCATOR", { enumerable: true, get: function () { return _locator_definition.MAPS_APP_LOCATOR; } }); Object.defineProperty(exports, "MAP_SAVED_OBJECT_TYPE", { enumerable: true, get: function () { return _constants.MAP_SAVED_OBJECT_TYPE; } }); exports.plugin = void 0; var _plugin = require("./plugin"); var _constants = require("../common/constants"); var _locator_definition = require("./locators/map_locator/locator_definition"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const plugin = initContext => { // @ts-ignore return new _plugin.MapsPlugin(initContext); }; exports.plugin = plugin;