Authored by Justin R. Miller

fix inconsistent doc

@@ -363,7 +363,7 @@ typedef enum : NSUInteger { @@ -363,7 +363,7 @@ typedef enum : NSUInteger {
363 /** Whether to position cluster markers at the weighted center of the points they represent. If `YES`, position clusters in weighted fashion. If `NO`, position them on a rectangular grid. Defaults to `YES`. */ 363 /** Whether to position cluster markers at the weighted center of the points they represent. If `YES`, position clusters in weighted fashion. If `NO`, position them on a rectangular grid. Defaults to `YES`. */
364 @property (nonatomic, assign) BOOL positionClusterMarkersAtTheGravityCenter; 364 @property (nonatomic, assign) BOOL positionClusterMarkersAtTheGravityCenter;
365 365
366 -/** Whether to order cluster markers above non-clustered markers. Defaults to `NO`. */ 366 +/** Whether to order cluster markers above non-clustered markers. Defaults to `YES`. */
367 @property (nonatomic, assign) BOOL orderClusterMarkersAboveOthers; 367 @property (nonatomic, assign) BOOL orderClusterMarkersAboveOthers;
368 368
369 @property (nonatomic, assign) CGSize clusterMarkerSize; 369 @property (nonatomic, assign) CGSize clusterMarkerSize;