Skip to content

Instantly share code, notes, and snippets.

@housemeow
Created November 6, 2016 12:27
Show Gist options
  • Save housemeow/7f35053e4d6a897e192890ff71a04ef1 to your computer and use it in GitHub Desktop.
Save housemeow/7f35053e4d6a897e192890ff71a04ef1 to your computer and use it in GitHub Desktop.
var dfc = {lat: 25.052404, lng: 121.515644}
this.map = new google.maps.Map(this.$refs.map, {
center: dfc,
zoom: 17,
streetViewControl: false,
mapTypeControl: false,
});
var marker = new google.maps.Marker({
position: dfc,
title: 'DFC Taiwan'
});
marker.setMap(this.map);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment