Please implement new options for polylines like line pattern and line symbols:
https://developers.google.com/maps/documentation/javascript/examples/overlay-symbol-arrow
Please implement new options for polylines like line pattern and line symbols:
https://developers.google.com/maps/documentation/javascript/examples/overlay-symbol-arrow
For example use a PolylineOptions object to initiate a new polyline. and use that options object to specify if you need a symbol or pattern

example in javascript with symbols:
var lineSymbol = {
path: google.maps.SymbolPath.FORWARD_CLOSED_ARROW
};
lineas = new google.maps.Polyline({
path: ruta,
map: GMap,
icons: [{
icon: lineSymbol,
repeat:'60px',
offset: '50%'
}],
strokeColor: color,
strokeWeight: 2,
strokeOpacity: 1,
geodesic:true
});
which platform do you want?
Maybe we can!
Hello ! Will this be added in a future release ?
Thanks for your amazing work !
As Sebastien said, will this be added in the future?
Sure would be nice.
Thanks for the amazing work, indeed!
Most helpful comment
Hello ! Will this be added in a future release ?
Thanks for your amazing work !