Cheick Kante
12/28/2023, 9:25 PMMap(coordinateRegion: $region, annotationItems: locations){ location *in*
MapAnnotation(coordinate: location.coordinate) {
Circle()
.stroke(.red, lineWidth: 3)
.frame(width: 44, height: 44)
}
}
How would one go about doing this in Compose through MKMapView ?