Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

google maps init map

      function initMap() {c
        map = new google.maps.Map(document.getElementById('map'), {
          center: {lat: 45.518, lng: -122.672},
          zoom: 18,
          mapTypeId: 'satellite',
          heading: 90,
          tilt: 45
        });
      }
 
PREVIOUS NEXT
Tagged: #google #maps #init #map
ADD COMMENT
Topic
Name
2+7 =