Drag/Drop custom images/markers on a google.maps.map
- jQuery (https://jquery.com/)
- jQuery UI (https://jqueryui.com/)
- Google Maps Javascript API (https://developers.google.com/maps/documentation/javascript/)
// Drop.JS setup
$('.icon').drop(map, function(marker){
// do something with the marker
});