How does one animate an annotation on a SwiftUI Mapkit Map?
I’m attempting to animate an array of annotations on a SwiftUI MapKit Map and not getting the behavior I’m expecting. I see lots of examples on how to animate the map camera, etc, and even a few on animating annotations when using Map UIViewRepresentable in SwiftUI, but nothing with SwiftUI’s MapKit implementation to move any map content. Here is some code: