nuxt-google-maps-module icon indicating copy to clipboard operation
nuxt-google-maps-module copied to clipboard

simple example to show a map

Open digitalit opened this issue 6 years ago • 1 comments

Can anyone please provide an simple example to show a map?

digitalit avatar Oct 12 '18 08:10 digitalit

  mounted() {
    const map = new this.$google.maps.Map(document.getElementById("map"), {
      center: { lat: -34.397, lng: 150.644 },
      zoom: 8
    });
  }

Wickeey avatar Feb 15 '19 13:02 Wickeey