How to draw line on MapView given coordinates?
AFAIK, on iPhone it is possible.
Please advise.
Thanks in advance.
|
How to draw line on AFAIK, on iPhone it is possible. Please advise. Thanks in advance. |
||||
|
|
To use a MapView your Activity must extend MapActivity. For each line you want to draw (or really anything else) you need to subclass Overlay and do the drawing in the Inside your custom That's the basics... if you need anything else, just ask. |
|||
|
|