I have a Map within a SwiftUI app that has the selection parameter set to an optional MapSelection<MKMapItem>.
I need to be able to select MapFeatures which works as expected as well as MKMapItems which are added to the map. The MKMapItems are not selectable.
Is it possible to make it such that the Map allows the user to select MKMapItems as well as MapFeatures?