12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #import <Foundation/Foundation.h>
- #import "CCHMapClusterer.h"
- @interface CCHNearCenterMapClusterer : NSObject<CCHMapClusterer>
- - (CLLocationCoordinate2D)mapClusterController:(CCHMapClusterController *)mapClusterController coordinateForAnnotations:(NSSet *)annotations inMapRect:(MKMapRect)mapRect;
- @end
|