feat(maps): add google map with access search location dropdown

This commit is contained in:
dimaatkaev 2018-02-19 20:17:38 +03:00 committed by Dmitry Nehaychik
parent cb5795b52f
commit 97c7134c77
13 changed files with 151 additions and 3 deletions

10
package-lock.json generated
View file

@ -357,6 +357,12 @@
"integrity": "sha512-lbWmXFxIpEzpH7OprsCRvxj7kie+248Y2ItjeVsF+0+IqvwG+R+0xgZmxq1ofYNTszvuihDahas7O5dscfxTsw==",
"dev": true
},
"@types/googlemaps": {
"version": "3.30.4",
"resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.30.4.tgz",
"integrity": "sha512-S5Bzg+vlguaIhJa20V+QmetQqoAHAtpy+tAsv7ayps3Vsu0sU1QAEqHrV3KdBb7qy/tq9m4qDs1wQws0gm5Vpg==",
"dev": true
},
"@types/jasmine": {
"version": "2.5.54",
"resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-2.5.54.tgz",
@ -6431,7 +6437,7 @@
"opn": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz",
"integrity": "sha512-iPNl7SyM8L30Rm1sjGdLLheyHVw5YXVfi3SKWJzBI7efxRwHojfRFjwE/OLM6qp9xJYMgab8WicTU1cPoY+Hpg==",
"integrity": "sha1-cs4jBqF9vqWP8QQYUzUrSo/HdRk=",
"dev": true,
"requires": {
"is-wsl": "1.1.0"
@ -6440,7 +6446,7 @@
"send": {
"version": "0.16.1",
"resolved": "https://registry.npmjs.org/send/-/send-0.16.1.tgz",
"integrity": "sha512-ElCLJdJIKPk6ux/Hocwhk7NFHpI3pVm/IZOYWqUmoxcgeyM+MpxHHKhb8QmlJDX1pU6WrgaHBkVNm73Sv7uc2A==",
"integrity": "sha1-pw4coh0TgsEdDZ9iMd6ygQgNerM=",
"dev": true,
"requires": {
"debug": "2.6.9",