Is it possible to remove all annotations on a given MKMapView of a given pinColor? I\'m trying to clear all user-entered annotations (pins) on my map before displaying new o
Maybe keeping each group of annotations in an array (NSMutableArray) of pointers to those annotations and then removing only them?