Cheick Kante
Map(coordinateRegion: $region, annotationItems: locations){ location *in*
MapAnnotation(coordinate: location.coordinate) {
Circle()
.stroke(.red, lineWidth: 3)
.frame(width: 44, height: 44)
}
A modern programming language that makes developers happier.