Hi,
I am wondering if its possible to display a "directed" poly line on a
google map using Maps Javascript API V3?
At the moment I am just able to draw a simple poly line on the map
with no arrows to indicate the direction like :
var flightPath = new google.maps.Polyline({
path: [ arr[0],arr[1] ],
strokeColor: "#FF0000",
strokeOpacity: 8.0,
strokeWeight: 2
});
Can someone point out a way of achieving this easily?
Cheers,
MK
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.