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?.