From 610ec11ceab36b3ea7d922fb7fb53dba75f03b8e Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 23 Jun 2015 11:57:14 +0200 Subject: [PATCH] Update CCHMapClusterController.h Added updateAnnotations method to header file. In some cases you have to manually update the cluster annotations. --- CCHMapClusterController/CCHMapClusterController.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CCHMapClusterController/CCHMapClusterController.h b/CCHMapClusterController/CCHMapClusterController.h index d3afc9b..039027e 100644 --- a/CCHMapClusterController/CCHMapClusterController.h +++ b/CCHMapClusterController/CCHMapClusterController.h @@ -82,6 +82,12 @@ */ - (void)addAnnotations:(NSArray *)annotations withCompletionHandler:(void (^)())completionHandler; +/** + Updates annotations. + @param completionHandler Called when the clustering finished updating. + */ +- (void)updateAnnotationsWithCompletionHandler:(void (^)())completionHandler; + /** Removes annotations and immediately updates clustering. @param annotations Annotations to add.