{"version":3,"file":"index-C_Guat50.js","sources":["../../../app/assets/javascripts/app/google-maps/index.ts"],"sourcesContent":["\n/// \n\nimport _memoize from \"lodash/memoize\"\nimport Promise from \"plugins/bluebird/index\"\n\nimport WaitObjectByPathPromise from \"app/wait_object_by_path_promise\"\n\n// @see https://gist.github.com/GFoley83/5953448\n\n/*!\n * JavaScript - loadGoogleMaps( version, apiKey, language, sensor )\n *\n * - Load Google Maps API using jQuery Deferred.\n * Useful if you want to only load the Google Maps API on-demand.\n * - Requires jQuery 1.5\n *\n * UPDATES by Gavin Foley\n * - Tidied JS & made it JSLint compliant\n * - Updated script request to Google Maps API to be protocol relative\n * - Added \"sensor\" parameter which defaults to false if not present\n *\n * Copyright (c) 2011 Glenn Baker\n * Dual licensed under the MIT and GPL licenses.\n */\ninterface google {\n // eslint-disable-next-line no-undef\n maps: typeof google.maps\n}\n\ndeclare global {\n interface Window {\n // @ts-ignore\n google: {\n // eslint-disable-next-line no-undef\n maps: typeof google.maps | null,\n } | null,\n }\n}\n\n// eslint-disable-next-line no-undef\nconst asyncLoad = ((window): (() => Promise) => {\n// eslint-disable-next-line no-undef\n return _memoize((): Promise => {\n return new Promise((resolve) => {\n // If google.maps exists, then Google Maps API was probably loaded with the