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