how to show Arrowheads over Polyline in Android Google map v2
I have gone through couple of links , most of them gives link to JS https://google-developers.appspot.com/maps/documentation/javascript/examples/overlay-symbol-arrow but I need in Android not JS and I can't use those codes in Android
Some are using MapActivity I followed a tutorial to creat map activity too https://developers.google.com/maps/documentation/android/v1/hello-mapview but it didnt work I can't generate the mapactivity and thus i couldn't use the locationoverlays
i have also got some posts commenting as it is available in v3 but for now my requirement is in v2
this question has been asked lot many times here i know but still i couldn't find any proper answer
how can i show a arrowhead over the polyline to show the direction where i am supposed to go
any examples or tutorials will be very helpful.
thanks