I'd like to take a Google Map v3-based map with some custom polylines, and make some of those lines dotted or dashed. I can't seem to find any way of doing this. Is it possible, and if so, how?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

At this time the API only supports changing the thickness, opacity and color of polylines and polygons. With a lot of effort/time it may be possible to extend/wrap the API provided objects/functions. A thread on extend/wrapping Google Maps V3 can be found here: http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/f405f94b7be834e4/3d056f0885bf5bcc

tl;dr: Only with a lot of work and plenty of headaches.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.