From 871de1ee590e28f7a8c4c19dfcb4fa03eaddbb55 Mon Sep 17 00:00:00 2001 From: Peter Grassberger Date: Sun, 19 Feb 2017 21:29:13 +0100 Subject: [PATCH] Document imagePath and imageExtension options see https://github.com/googlemaps/v3-utility-library/pull/364 by @seppo0010 --- src/markerclusterer.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/markerclusterer.js b/src/markerclusterer.js index 554fcec..def8485 100755 --- a/src/markerclusterer.js +++ b/src/markerclusterer.js @@ -46,6 +46,12 @@ * cluster. * 'zoomOnClick': (boolean) Whether the default behaviour of clicking on a * cluster is to zoom into it. + * 'imagePath': (string) The base URL where the images representing + * clusters will be found. The full URL will be: + * {imagePath}[1-5].{imageExtension} + * Default: '../images/m'. + * 'imageExtension': (string) The suffix for images URL representing + * clusters will be found. See _imagePath_ for details. * 'averageCenter': (boolean) Whether the center of each cluster should be * the average of all markers in the cluster. * 'minimumClusterSize': (number) The minimum number of markers to be in a