MapKit SwiftUI

Hi I'm trying to use MapKit with SwiftUI and it seems like I can't display one Map Marker in detailView as Map takes an array of annotations but I just want to show one is it possible ?
I am attaching the mapView as a card in a detail view to show the location of one specific property

I just want to show one is it possible ?

You just need to pass an Array of single element.
MapKit SwiftUI
 
 
Q