Browse Source

Added places api to project

Kris Blassingame 6 years ago
parent
commit
ad566b6e1c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      frontEnd/src/index.html

+ 1
- 0
frontEnd/src/index.html View File

40
 
40
 
41
   <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCP_RWvkwJQWlH3MLuHZm3zcgCQfagWQio"></script>
41
   <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCP_RWvkwJQWlH3MLuHZm3zcgCQfagWQio"></script>
42
   <script src="//www.googleapis.com/geolocation/v1/geolocate?key=AIzaSyCP_RWvkwJQWlH3MLuHZm3zcgCQfagWQio"></script>
42
   <script src="//www.googleapis.com/geolocation/v1/geolocate?key=AIzaSyCP_RWvkwJQWlH3MLuHZm3zcgCQfagWQio"></script>
43
+  <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCP_RWvkwJQWlH3MLuHZm3zcgCQfagWQio&libraries=places"></script>
43
 
44
 
44
 
45
 
45
   <!-- The vendor js is generated during the build process
46
   <!-- The vendor js is generated during the build process