@DTS Engineer
I've played a bit with the sample code project for annotations and I do NOT get colors or image rotation as you suggested. Please advise.
The code I am using is:
let image = imageLiteral(resourceName: "flag") // original L159 of MapViewController
// my example image code
let configuration = UIImage.SymbolConfiguration(pointSize: 20, weight: .regular, scale: .default)
let image2 = UIImage(systemName: "flag", withConfiguration: configuration)?.withTintColor(.green)
let flippedImage = image2?.withHorizontallyFlippedOrientation()
flagAnnotationView.image = image2 // or flippedImage
Topic:
App & System Services
SubTopic:
Maps & Location
Tags: