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. */