How to have onTap gestures on Map and MapAnnotation both, without the two interferring with each other? – Ios swift
I have a SwiftUI Map with MapAnnotations. I would like to have an onTap gesture on the Map, so it deselects the selected annotations, and dissmisses a bottom sheet, etc. Also would like to have an onTap gesture on the…