Answers for "google maps init map"

0

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
        });
      }
Posted by: Guest on July-19-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language