SwiftUI Maps & Location: Fundamentals, Episode 7: Understand UIKit Map Annotations | raywenderlich.com

UIKit’s map annotations bring some different features to the table. Learn how these features will improve a user’s map experience.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/30499078-swiftui-maps-location-fundamentals/lessons/7

Hello!

Please help me.
Is it possible to make a MapAnnotation in SwiftUI draggable?

Thanks

1 Like

I have the same question as @kimigori . Is there a lesson on moving Annotations on a map via a user dragging it? Is dragging possible via map() or does this need to be implemented via another means such as MapView()?