mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Set distance back again
This commit is contained in:
parent
65a5b3adc8
commit
b66843b48d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue