I am looking for a way to draw text on a MKMapView. The text is needed to label some buildings on our campus, which I have already marked with a MKPolygon, but I would also like to add a text label.
Is this possible using a UILabel in a custom annotation? Or is another method better?