Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. <div id="googleMap" style="width:500px;height:400px;"></div>
  3.  
  4. <script>
  5. function myMap() {
  6. var mapProp= {
  7. center:new google.maps.LatLng(51.4156862, 5.47184070000003),
  8. zoom:5,
  9. };
  10. var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
  11. }
  12. </script>
  13.  
  14.  
  15. <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDVx4lLEkqr1cFx0VQUPehEOa7OTlvPgO8&callback=myMap"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement