Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created October 3, 2011 17:11
Show Gist options
  • Save SpencerCooley/1259620 to your computer and use it in GitHub Desktop.
Save SpencerCooley/1259620 to your computer and use it in GitHub Desktop.
// use a custom icon.
var marker = new google.maps.Marker({
position: new google.maps.LatLng(40.7257,-78.5447),
map:map,
draggable:true,
title:'this marker is draggable too, and you used your own image!!',
icon: 'marker1.png'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment