Working through the "Combining Views" (first) tutorial on SwiftUI, I notice that the images and previews in the tutorial show a pin on the map for the specified location. My app doesn't have that.
I double checked the code in the download and I can't see any difference... except that my lat/long are specified as (latitude: 34.011286, longitude: -116.166868) and the download code has (latitude: 34.011_286, longitude: -116.166_868)...
Is this just a tutoirial glitch? (That the pin doesn't appear...)
Or a documentation error? (It isn't supposed to appear...)
Given that it looks useful, how difficult would it be to add the pin?
Thanks in advance...