I am new at SQLite (using n Android). my question is i have a table which has multiple latitude and longitude points, corresponding to the path traveled by a person. means first entry of longitude and latitude is when person started moving and last point shows where person stopped.
How can I get the values of lat long from the database and find the distance person traveled.
My table contains the following attributes-
numbering auto increment, by which i want to sort entries and calculate distance.
Latitude
Longitude
Accuracy
Kindly help. Thanks in advance.