Is there a way to draw under names in MKMapView?
问题 I've looked at the many fine threads on how to draw routes on an MKMapView and didn't see anything on this. I want to be able to draw information (e.g. traffic flow imagery for routes, possibly annotations) over the map terrain but under road names and numbers etc. It seems likely that there's no way to do this since the map / road names aren't exposed as separate layers in the mapkit? It does sound like I could draw a route under road names but that's because I can use Apple's API for that