examples/bootstrap/LocationPicker.html
authorEdward <edward@roojs.com>
Wed, 26 Aug 2015 09:17:47 +0000 (17:17 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Aug 2015 09:17:47 +0000 (17:17 +0800)
examples/bootstrap/LocationPicker.html

index 12fc932..ee6f0d9 100644 (file)
@@ -38,6 +38,8 @@ function placeMarkerAndPanTo(latLng, map) {
 }
 
     </script>
+    <script src="https://maps.googleapis.com/maps/api/js?&callback=initMap" async defer></script>
+    
     <script type="text/javascript" src='http://maps.google.com/maps/api/js?sensor=false&libraries=places&callback=initMap'></script>    
   </body>
 </html>
\ No newline at end of file