Skip to content

Instantly share code, notes, and snippets.

@joseadrian
Created November 14, 2013 15:08
Show Gist options
  • Save joseadrian/7468417 to your computer and use it in GitHub Desktop.
Save joseadrian/7468417 to your computer and use it in GitHub Desktop.
Google Maps: Polyline point events: dragStart and dragEnd
google.maps.event.addListener(myPolyline, 'capturing_changed', function(e) {
var path = this.getPath();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment