How can I draw an Arrow showing the driving direction in MapView ?.
Asked
Active
Viewed 2,025 times
2 Answers
0
A couple of ways
- you can probably override onDraw method in mapview
- make ur item draw over the mapview making use of frame layout.

the100rabh
- 4,077
- 4
- 32
- 40
0
You need to extend ItemizedOverlay
. Something like this: http://www.java2s.com/Open-Source/Android/UnTagged/bazaaroid/com/bazaaroid/mobile/MapItemOverlay.java.htm
More info here: http://developer.android.com/resources/tutorials/views/hello-mapview.html

LuxuryMode
- 33,401
- 34
- 117
- 188