In a class derived from the MapActivity
class, I want to join two OverlayItems
with a line. So far, I have tried to override the MapView
's onDraw
method but it is not possible because this method is declared final
.
How can I do?
Thanks in advance for the time you will spend trying to help me.