Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iosStudentsSpring2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Keleher
iosStudentsSpring2020
Commits
4ee139e5
Commit
4ee139e5
authored
5 years ago
by
Peter J. Keleher
Browse files
Options
Downloads
Patches
Plain Diff
auto
parent
90c663cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assign4.md
+5
-5
5 additions, 5 deletions
assign4.md
with
5 additions
and
5 deletions
assign4.md
+
5
−
5
View file @
4ee139e5
...
...
@@ -119,13 +119,13 @@ serialization to put to a file (use a text editor to look at).
## Additional Task, and Extra Credit
Pick one of the tasks below for the last 10 points of this project.
Pick one
or two
of the tasks below for the last 10 points of this project.
Pick up to another three for 10 pts bonus for each you accomplish (up to a max of three), or a donut each,
your choice. You'd have to come by to pick up the donut. The points
will be appliable on either the
`assign5`
or the final (which will be
out of 200 pts):
-
*Get your app to read and write files with the .gpx extension*
. Instead of
-
(10 pts)
*Get your app to read and write files with the .gpx extension*
. Instead of
reading and writing .gpx436, read and write .gpx. Here, I'm just
asking you to get the UTI setup correct so that the document and
browser will allow you to read and write files with the
`.gpx`
...
...
@@ -134,12 +134,12 @@ out of 200 pts):
able to write read and write RideWithGPX files. Don't worry, look at
[
this file
](
assign4bmwRS1200.gpx
)
and you will see the format is dirt simple (though
there may be multiple
`trkseg`
s).
-
*Show a pre-planned route*
. Show the route (w/ a
-
(5 pts)
*Show a pre-planned route*
. Show the route (w/ a
different color) from another gpx file as you are recording a ride, so that the rider can
follow a pre-planned route. Allow the user to choose which other
ride to use by adding a button to the screen which showing a
pre-recorded ride. Must be able to turn this off as well.
-
*Poor man's turn-by-turn navigation*
- The best way to do turn-by-turn
-
(10 pts)
*Poor man's turn-by-turn navigation*
- The best way to do turn-by-turn
navigation is to know when and where you turn onto a different
street. We don't have that information, so you can try to use
heuristics, like "turned left or right between 70 and 110 degrees
...
...
@@ -153,7 +153,7 @@ out of 200 pts):
direction of travel is "up", or north is "up".
-
(5 pts)
*Tracking vs not tracking map*
By default, our app
*tracks*
the
rider on the map: keeps him/her centered in the middle of the screen with a set
magnification. Cease tracking you detect that the rider has manipulated the display,
magnification. Cease tracking
when
you detect that the rider has manipulated the display,
either moving, zooming, or rotating. Allow the rider to restart
tracking by hitting a button, ideally the above map orientation button.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment