Is there a way to manipulate the look of MKMapView (colors etc) like with Core Image and photos? I thought about making the map black and white or something like that. Someone I know did this in order to display a tiny map on the display of a Metawatch by basically taking snapshots of an MKMapView, turning them into binary images and sending them to the watch.
I need to do a similiar thing in real time (and on the iPhone's display). Hope you guys understand what I'm trying to ask here :)
Thanks in advance!