I am working on an Android application that uses Google Maps and draws polylines on the map. I wanted to know if there is a way to draw a dotted polyline (similar to the one Google Maps shows when displaying a walking route) and how should I do that.
I have looked into the PolylineOptions object but I didn't find a method that would help me.
Is there a way do draw a dotted polyline? If so what is the method?
Thanks.