Skip to content

Instantly share code, notes, and snippets.

@housemeow
Created June 15, 2014 06:58
Show Gist options
  • Select an option

  • Save housemeow/f2cb243f40f47677b75d to your computer and use it in GitHub Desktop.

Select an option

Save housemeow/f2cb243f40f47677b75d to your computer and use it in GitHub Desktop.
google.maps.event.addListener(map, 'click', function(event) {
marker.setPosition(event.latLng);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment