Drawing an arrow in a polyline with Google V2 maps

I use google maps android V2 and a polyline to draw a route between pointA and pointB. The problem is that I do not know how I can indicate the direction. This is not the same as from point A to point B, that point B to point A.

How can I indicate the direction? Can I draw arrows in polylines?

Any ideas?

Thank you very much.

+4
source share
1 answer

You cannot draw polylines with arrows at this time. You might want to run this function request: http://code.google.com/p/gmaps-api-issues/issues/detail?id=4884

As a workaround, I can now add two disting objects to pointA and pointB (for example, markers with different icons), which clearly show which point starts and which one is.

+1
source

All Articles