westonplatter / mapper

Android Mapper Application
Other
1 stars 1 forks source link

Persistent Route Display #20

Closed ushavinodh closed 12 years ago

ushavinodh commented 12 years ago

Description: As a user, I want the application to continue to display my current route in the event that the GPS signal is lost. Tasks: Tasks:

  1. Locate current position of user.
  2. Get destination from user.
  3. Calculate the shortest route.
  4. Display it as a "thick" line overlaid on the map in "blue" color.
  5. Continue to display the route from start to destination, even when the user is moving.