From 750836304f4c61365eabddfe38d22cf48f1f7b66 Mon Sep 17 00:00:00 2001 From: Maxime Epain Date: Wed, 24 May 2017 13:54:52 +0200 Subject: [PATCH] fix #8 --- ClusterKit/Core/CKCluster.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ClusterKit/Core/CKCluster.h b/ClusterKit/Core/CKCluster.h index 26d98c2..fadf9ec 100644 --- a/ClusterKit/Core/CKCluster.h +++ b/ClusterKit/Core/CKCluster.h @@ -77,6 +77,11 @@ double CKDistance(CLLocationCoordinate2D from, CLLocationCoordinate2D to); */ @property (nonatomic) CLLocationCoordinate2D coordinate; +/** + Cluster annotation array. + */ +@property (nonatomic, readonly, copy) NSArray> *annotations; + /** The number of annotations in the cluster. */