0

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.

Zelig
  • 157
  • 3
  • 12

1 Answers1

0

Override draw() in your Overlay and draw what you wish.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491