Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmsc436PublicF2021
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
cmsc436PublicF2021
Commits
73b17eac
Commit
73b17eac
authored
3 years ago
by
Sibei Chen
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
b130115c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assign4/README.md
+4
-4
4 additions, 4 deletions
assign4/README.md
with
4 additions
and
4 deletions
assign4/README.md
+
4
−
4
View file @
73b17eac
# Assignment 4: Documents and a SwiftUI Map
v1.1
v1.1
.1
## Goals
Learn to use:
...
...
@@ -26,7 +26,7 @@ discussed 10/14 and 10/19. Note that **you must display your map with `Map()`**,
not
`MKMapView()`
. Use the appropriate user tracking parameter with your map
initialization to track the rider smoothly.
## Step
3
: Drawing the Path Trajectory (25 pts)
## Step
2
: Drawing the Path Trajectory (25 pts)
-
At each call of your
`locationManager(manager:, didUpdateLocations:)`
,
you will be given an array of one or more
`CLLocation`
s. Draw the trajectory
...
...
@@ -36,7 +36,7 @@ you deem appropriate. You will receive most of the credit as long as the view
indicates the taken path and looks decent. You will get more points if
you are able to use a
`polyline`
overlay over the
`Map`
object.
## Step
4
: Saving Tracks (25 pts)
## Step
3
: Saving Tracks (25 pts)
You should have at least two
tabs in your app, one for the recording map and one for displaying the set of
saved tracks from CoreData.
...
...
@@ -51,7 +51,7 @@ then establish relationships between them. It is also acceptable
to serialize the set of points as a JSON, and represent that in the Track as
"binary data".
## Step
5
: Track Tab (25 pts)
## Step
4
: Track Tab (25 pts)
This tab should show all saved tracks, allow deleting of individual tracks
with swipe left, and use navigation links to display individual tracks when
selected. See the video.
...
...
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