When overlaying an image on top of MKMapSnapshotter and drawing the image I have found, as intended, the image rests on top of the map blocking map details. I was wondering if it's possible to keep the city names or would I have to redraw them. Couldn't find any information or details on this. To give an example, was testing out overlaying radar images and noticed this as an issue. Also, open to other solutions if this is the wrong approach.
Here is the class I'm using in swift
https://developer.apple.com/documentation/mapkit/mkmapsnapshotter/1452479-start
Thanks!