Closed GoogleCodeExporter closed 9 years ago
This is just a convenient default value which will work for most maps.
If the default is not appropriate for your needs (because you are using https
protocol) you can simply set up your own styles array in the
MarkerClustererOptions object passed to the MarkerClusterer constructor. Set
the url values in the styles array to the image files accessed using the https
protocol.
Original comment by garylitt...@gmail.com
on 22 Sep 2011 at 10:15
Note that you could also get things to work by setting the imagePath property
in the MarkerClustererOptions object to
"https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer
plus/images/m"
assuming that you want to use the default cluster icon set.
Original comment by garylitt...@gmail.com
on 22 Sep 2011 at 10:29
That helped me. Thanks!
Added imagePath:
"https://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer
plus/images/m" to mc options.
Original comment by ClayHick...@gmail.com
on 5 Feb 2015 at 5:11
Original issue reported on code.google.com by
jason....@infogroup.com
on 22 Sep 2011 at 9:37