I'm writing a custom annotation view for my latest iOS 5 app and I'm looking for the latest SDK friendly way to compare 2 CLLocationCoordinate2D coordinates?
CLLocationCoordinate2D coordinate = (CLLocationCoordinate2D){33.0,-112.4};
CLLocationCoordinate2D coordinate = (CLLocationCoordinate2D){33.0,-112.3};
Is there a built in method to determine something like this?