MKMarkerAnnotationView with custom image?

is there a way to get a custom image with MKMarkerAnnotationView, or to make MKAnnotationView display a title like MKMarkerAnnotationView?

If not, is there a guide to creating custom draw() functions for subclasses of MKAnnotationView?

Replies

The sample code project demonstrating clustering touches on these topics and uses MKMarkerAnnotationViews.

Not quite the information I needed, but I have a different related question, now.

Is there a way to set how closely the MKUserLocationButton zooms in?