Custom Annotation in MKMapView using SwiftUI

Hello.
I have following problem to solve.
I want to put a placemark on my user location. That works fine. Now I want to set the marker in a subview to change the color and the markers glyph image and then put it on the screen.
I have a MKMarkerAnnotationView and a Model for it to handle all this things.
But the marker is static at the moment. How can I achieve it, to set the different things depending on conditions in my subview?image

I want to use the picker to set the image inside the marker. Can anybody help me to figure out how it goes?
Thanks a lot.

image
This is my mkannotationview

image
And this is my function to create a new Marker.
When I create a new marker, all the stuff of the static marker in my MkAnnotationView appears. So I think I’m on the right way.

This topic was automatically closed after 166 days. New replies are no longer allowed.