From 9e2ab2656b337928459a04deb464f2a00bc643ea Mon Sep 17 00:00:00 2001 From: thisisthefuture Date: Sat, 22 Oct 2016 23:13:54 -0700 Subject: [PATCH] Update reference.html - getTotalMarkers() Description of getTotalMarkers() is incorrect. The comment for getTotalMarkers() and in use shows the method returns the number of markers in the clusterer, not an array. --- docs/reference.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference.html b/docs/reference.html index f6e8cec..1991427 100644 --- a/docs/reference.html +++ b/docs/reference.html @@ -351,10 +351,10 @@

Methods

getTotalMarkers() - Array. + number - Gets the array of markers in the clusterer. + Gets the number of markers in the clusterer.