Created
April 17, 2025 08:46
-
-
Save jacobsapps/aa8ea7132a4ed1ae00e314949dd3c580 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Map(position: .camera(defaultMapCamera)) {} | |
.mapStyle(.hybrid(elevation: .realistic)) | |
let defaultMapCamera = MapCamera( | |
centerCoordinate: Constants.london, | |
distance: 800, | |
heading: .zero, | |
pitch: 30 | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment