Skip to content

Instantly share code, notes, and snippets.

Created April 1, 2014 08:32
Show Gist options
  • Save anonymous/9910169 to your computer and use it in GitHub Desktop.
Save anonymous/9910169 to your computer and use it in GitHub Desktop.
gmap.drawPolyline({
path: [[lat, lng], [lat, lng]],
icons: [{
icon: {
//path: google.maps.SymbolPath.BACKWARD_OPEN_ARROW,
//scale: 15,
path: 'M 0,0 -50,-30 -50,30 0,0 z',
strokeColor: '#F00',
strokeWeight: 1,
fillColor: '#14143C',
fillOpacity: 0.6,
rotation: orientation
},
offset: '0%'
}]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment