.simultaneousGesture(
SpatialTapGesture().onEnded { value in
let point = value.location
if let loc = proxy.convert(point, from: .local) {
selectedLocation = loc
print(selectedLocation as Any)
}
}
)
put the code above below the Map view.
Topic:
App & System Services
SubTopic:
Maps & Location
Tags: