I am trying to implement google map markers in android google v2.
i can show markers in the map too using json parsing, but the problem im facing is:
1: the parsing just tells u-turn but it doesn't tell left u-turn or right so even if im am using some images for showing its a u-turn i don't know which way the u-turn should be.
2:Is it possible to draw or show an arrowhead over the polyline in map v2 as u can see in the below image
so any tutorial or example how to do this..
thanks