Set distance back again

This commit is contained in:
Garth Vander Houwen 2024-10-11 18:21:33 -07:00
parent 65a5b3adc8
commit b66843b48d

View file

@ -24,7 +24,7 @@ struct NodeMapSwiftUI: View {
@Namespace var mapScope
@State var mapStyle: MapStyle = MapStyle.hybrid(elevation: .flat, pointsOfInterest: .all, showsTraffic: true)
@State var position = MapCameraPosition.automatic
@State var distance = 0.0
@State var distance = 10000.0
@State var scene: MKLookAroundScene?
@State var isLookingAround = false
@State var isShowingAltitude = false