Skip to content

Instantly share code, notes, and snippets.

@fchevitarese
Created September 21, 2015 17:48
Show Gist options
  • Save fchevitarese/50cb2f12f59e739337fd to your computer and use it in GitHub Desktop.
Save fchevitarese/50cb2f12f59e739337fd to your computer and use it in GitHub Desktop.
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