Created
October 3, 2011 17:11
-
-
Save SpencerCooley/1259620 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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