Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created October 3, 2011 16:45
Show Gist options
  • Save SpencerCooley/1259564 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1259564 to your computer and use it in GitHub Desktop.
//now lets make a dragable marker.
var marker = new google.maps.Marker({
position: new google.maps.LatLng(40.7257,-75.5447),
map:map,
draggable:true,
title:'this marker is draggable'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment