diff --git a/MarvelUI/Core/Home/View/UberMapViewRepresentable.swift b/MarvelUI/Core/Home/View/UberMapViewRepresentable.swift index fc9c60a..cebad5e 100644 --- a/MarvelUI/Core/Home/View/UberMapViewRepresentable.swift +++ b/MarvelUI/Core/Home/View/UberMapViewRepresentable.swift @@ -70,6 +70,8 @@ extension UberMapViewRepresentable { anno.coordinate = coordinate self.parent.mapView.addAnnotation(anno) self.parent.mapView.selectAnnotation(anno, animated: true) + + parent.mapView.showAnnotations(parent.mapView.annotations, animated: true) } } }