Displaying Longitude and Latitude values stored in a SQLite db as a Route on a MapView in Android (N
Posted
by LordSnoutimus
on Stack Overflow
See other posts from Stack Overflow
or by LordSnoutimus
Published on 2010-04-02T11:15:42Z
Indexed on
2010/04/02
13:03 UTC
Read the original article
Hit count: 205
I am currently in the process of creating an application that records current location of a mobile device in intervals, displaying the route as a coloured line on the device in real-time. At the same time the application is storing the longitude and latitude in a SQLite database as I want the user to be able to bring up that specific route again.
The route has a primary key and each waypoint is linked to that route by a foreign key.
What would be the easiest way to display the saved route on the map?.
© Stack Overflow or respective owner