+\n marker.label.text +\n '\u003C\u002Fdiv\u003E'+\n '\u003Ch4 class=\"iw-address\"\u003E'+\n marker.name +\n '\u003C\u002Fh4\u003E'+\n '\u003C\u002Fdiv\u003E'+ \n '\u003C\u002Fdiv\u003E';\n\n if (this.currentMidx === idx) {\n this.window_open = !this.window_open;\n }\n else {\n this.window_open = true;\n this.currentMidx = idx;\n }\n }\n },\n mounted: function() {\n \n }\n};\n\u003C\u002Fscript\u003E\n\n\u003Cstyle scoped\u003E\n\n#map {\n height: 500px;\n width: 100%;\n margin: 0 auto;\n}\n\n.list-inline-item {\n cursor: pointer;\n}\n\n\u003C\u002Fstyle\u003E\n","id":"mod_FnwirsTskSYQxLVtbePuA9","is_binary":false,"title":"GoogleMap.vue","sha":null,"inserted_at":"2018-08-24T07:54:03","updated_at":"2018-09-10T14:08:46","upload_id":null,"shortid":"58Rl8","source_id":"src_SxBpi6dvAxH985RHaYaJQV","directory_shortid":"JEP5J"},{"code":"{\n \"name\": \"vue-google-map-json-markers\",\n \"version\": \"1.0.0\",\n \"description\": \"\",\n \"main\": \"src\u002Fmain.js\",\n \"private\": true,\n \"scripts\": {\n \"dev\": \"webpack-dev-server --inline --progress --config build\u002Fwebpack.dev.conf.js\",\n \"start\": \"npm run dev\",\n \"unit\": \"jest --config test\u002Funit\u002Fjest.conf.js --coverage\",\n \"test\": \"npm run unit\",\n \"lint\": \"eslint --ext .js,.vue src test\u002Funit\",\n \"build\": \"node build\u002Fbuild.js\"\n },\n \"dependencies\": {\n \"bootstrap\": \"4.1.3\",\n \"vue\": \"^2.5.2\",\n \"vue2-google-maps\": \"0.10.2\"\n },\n \"devDependencies\": {\n \"autoprefixer\": \"^7.1.2\",\n \"babel-core\": \"^6.22.1\",\n \"babel-eslint\": \"^8.2.1\",\n \"babel-helper-vue-jsx-merge-props\": \"^2.0.3\",\n \"babel-jest\": \"^21.0.2\",\n \"babel-loader\": \"^7.1.1\",\n \"babel-plugin-dynamic-import-node\": \"^1.2.0\",\n \"babel-plugin-syntax-jsx\": \"^6.18.0\",\n \"babel-plugin-transform-es2015-modules-commonjs\": \"^6.26.0\",\n \"babel-plugin-transform-runtime\": \"^6.22.0\",\n \"babel-plugin-transform-vue-jsx\": \"^3.5.0\",\n \"babel-preset-env\": \"^1.3.2\",\n \"babel-preset-stage-2\": \"^6.22.0\",\n \"chalk\": \"^2.0.1\",\n \"copy-webpack-plugin\": \"^4.0.1\",\n \"css-loader\": \"^0.28.0\",\n \"eslint\": \"^4.15.0\",\n \"eslint-config-airbnb-base\": \"^11.3.0\",\n \"eslint-friendly-formatter\": \"^3.0.0\",\n \"eslint-import-resolver-webpack\": \"^0.8.3\",\n \"eslint-loader\": \"^1.7.1\",\n \"eslint-plugin-import\": \"^2.7.0\",\n \"eslint-plugin-vue\": \"^4.0.0\",\n \"extract-text-webpack-plugin\": \"^3.0.0\",\n \"file-loader\": \"^1.1.4\",\n \"friendly-errors-webpack-plugin\": \"^1.6.1\",\n \"html-webpack-plugin\": \"^2.30.1\",\n \"jest\": \"^22.0.4\",\n \"jest-serializer-vue\": \"^0.3.0\",\n \"node-notifier\": \"^5.1.2\",\n \"optimize-css-assets-webpack-plugin\": \"^3.2.0\",\n \"ora\": \"^1.2.0\",\n \"portfinder\": \"^1.0.13\",\n \"postcss-import\": \"^11.0.0\",\n \"postcss-loader\": \"^2.0.8\",\n \"postcss-url\": \"^7.2.1\",\n \"rimraf\": \"^2.6.0\",\n \"semver\": \"^5.3.0\",\n \"shelljs\": \"^0.7.6\",\n \"uglifyjs-webpack-plugin\": \"^1.1.1\",\n \"url-loader\": \"^0.5.8\",\n \"vue-jest\": \"^1.0.2\",\n \"vue-loader\": \"^13.3.0\",\n \"vue-style-loader\": \"^3.0.1\",\n \"vue-template-compiler\": \"^2.5.2\",\n \"webpack\": \"^3.6.0\",\n \"webpack-bundle-analyzer\": \"^2.9.0\",\n \"webpack-dev-server\": \"^2.9.1\",\n \"webpack-merge\": \"^4.1.0\"\n },\n \"engines\": {\n \"node\": \"\u003E= 6.0.0\",\n \"npm\": \"\u003E= 3.0.0\"\n },\n \"browserslist\": [\n \"\u003E 1%\",\n \"last 2 versions\",\n \"not ie \u003C= 8\"\n ],\n \"keywords\": []\n}","id":"mod_C1Ztr2XHL9dZmC2RoNE3Zx","is_binary":false,"title":"package.json","sha":null,"inserted_at":"2018-08-24T07:53:38","updated_at":"2018-09-01T06:52:42","upload_id":null,"shortid":"mEnXA","source_id":"src_SxBpi6dvAxH985RHaYaJQV","directory_shortid":null},{"code":"\u003Ctemplate\u003E\n \u003Cdiv id=\"app\"\u003E\n\n \u003Cgoogle-map \u002F\u003E\n \u003C\u002Fdiv\u003E\n\u003C\u002Ftemplate\u003E\n\n\u003Cscript\u003E\n import HelloWorld from \".\u002Fcomponents\u002FHelloWorld\";\n import GoogleMap from '.\u002Fcomponents\u002FGoogleMap.vue';\n\n export default {\n name: \"App\",\n components: {\n HelloWorld, GoogleMap\n }\n };\n\u003C\u002Fscript\u003E\n\n\u003Cstyle \u003E\n\n#app {\n font-family: Helvetica, Arial, sans-serif;\n color: #000;\n margin-top: 10px; \n}\n\n.gm-style img {\n max-width: 100% !important;\n height: auto;\n}\n\n\u002F* Close Btn *\u002F\n.gm-style-iw+div {\n background: #28a745;\n width: 1rem !important;\n height: 1rem !important;\n line-height: 1rem;\n border-radius: 50%;\n right: 5px !important;\n top: 5px !important;\n color: #fff;\n text-align: center;\n}\n\n.gm-style-iw+div img {\n display: none;\n}\n\n.gm-style-iw+div:before {\n content: '✖';\n color: #fff;\n}\n\u003C\u002Fstyle\u003E\n","id":"mod_QGEHbk6F9oy9arBXktE78T","is_binary":false,"title":"App.vue","sha":null,"inserted_at":"2018-08-24T07:53:38","updated_at":"2018-09-10T10:41:27","upload_id":null,"shortid":"Wmo6v","source_id":"src_SxBpi6dvAxH985RHaYaJQV","directory_shortid":"VvnjX"}],"fork_count":62,"settings":{"ai_consent":null,"use_pint":false},"is_sse":false,"template":"vue-cli","npm_registries":[],"draft":true,"view_count":5029,"version":130,"title":"Vue Google Map JSON Markers","privacy":0,"is_frozen":false,"id":"5vq9q3kqmk","v2":false,"preview_secret":null,"custom_template":null,"sdk":false,"updated_at":"2020-01-30T11:56:31","pr_number":null,"npm_dependencies":{"vue":"2.5.2","vue-router":"3.0.1"}};