struct ContentView: View {
   var body: some View {
      Map()
         .mapStyle(.hybrid)
         .ignoresSafeArea()
   }
}