Skip to content

Commit

Permalink
fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed May 24, 2017
1 parent 110a191 commit 7508363
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ClusterKit/Core/CKCluster.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ double CKDistance(CLLocationCoordinate2D from, CLLocationCoordinate2D to);
*/
@property (nonatomic) CLLocationCoordinate2D coordinate;

/**
Cluster annotation array.
*/
@property (nonatomic, readonly, copy) NSArray<id<CKAnnotation>> *annotations;

/**
The number of annotations in the cluster.
*/
Expand Down

0 comments on commit 7508363

Please sign in to comment.