I have to print some Google Maps displayed within PHP application.
Basically, I can print it, and what is important markers are printed correctly. But problem occurs if I need to print cluster. Instead of cluster icon, only a white box is printed (in fact that part of the map is not printed at all), and only number of markers that that cluster contain is printed in that box.
I tried with custom icon, and result is the same.
Is it possible to print anything anyhow as a clusterer (icon), with number of grouped markers inside? At least to put some color in the box? It does not have to be icon, is it possible to set color of that empty box with styles?
Tnx in advance!