From 815f087e870a3cede0b888ad1b689c9f763d34a7 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Sat, 30 Oct 2021 12:18:01 -0400 Subject: [PATCH] auto --- assign4/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign4/README.md b/assign4/README.md index dab475b..3e93d69 100644 --- a/assign4/README.md +++ b/assign4/README.md @@ -95,7 +95,7 @@ that exports location info through bound variables. **Important**: Please avoid the usage of UIKit, MKMapView or any UIKit views such as UIViewRepresentable. Using such packages would result in an automatic 0 in the respective task. You should *not* use **MKMapView()**. Instead, use **Map()**. -- Might look [here]() for polygons. I have *not* verified this, might cause your laptop to go up in a puff of smoke, work great, or fail to compile. +- Might look [here](https://medium.com/swlh/how-to-improve-your-swiftui-map-a323ccb47dfb) for polylines via `.addOverlay()`. I have *not* verified this, might cause your laptop to go up in a puff of smoke, work great, or fail to compile. ## Video of example app [video](assign4.mp4) -- GitLab