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 and presumably Apple is laying down the information in the order names > route > map data in the tiles that they send back to me when I use that approach...
Even just hearing that this can't be done would be good to know!
And, presumably it can't be done with google maps either?
Thanks in advance!
ETA