I have stored list of Latitude and Longitude value retrieved from sqlite database,How to draw line between these co-ordinates and show it in map view. Can anyone help me with some good examples.

link|improve this question

73% accept rate
feedback

2 Answers

You can try these links its helpful to you

http://eagle.phys.utk.edu/guidry/android/mapOverlayDemo.html

and

github.com/commonsguy/cw-android/tree/master/Maps/NooYawk

link|improve this answer
feedback

This is how we can work with SQLite database in android

SQLite Tutorial

This is how we can show location in android using lat and lon.

Google map tutorial

If you need Driving direction you can try this

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.