Created
September 21, 2015 17:48
-
-
Save fchevitarese/50cb2f12f59e739337fd 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
var marker1 = new google.maps.Marker({ | |
position: myLatLng, | |
map: map, | |
icon: { | |
url: image, | |
size: new google.maps.Size(134,130), //different sizes | |
}, | |
zIndex: 2, //different overlays | |
title: '1º marker', | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment