Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created April 17, 2025 08:46
Show Gist options
  • Save jacobsapps/aa8ea7132a4ed1ae00e314949dd3c580 to your computer and use it in GitHub Desktop.
Save jacobsapps/aa8ea7132a4ed1ae00e314949dd3c580 to your computer and use it in GitHub Desktop.
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