I am implementing an application related to map activity.
Based on my requirements I am saving many lat long values in my db,
as follows:
id lat long 1 17.490431 78.407435 2 17.488221 78.409667 3 17.48249 78.414559 4 17.470292 78.426747
My requirement is to get all lat/long from the db and draw the route by using the lat/long.
If any one knows the solution please help me.