Thank you Joseph!
I'm trying to implement Markercluster on my map using JSNI (my project is in GWT with MVC pattern and I am using gwt-google-maps-v3).
What do you think is better for my project ?:
- keep gwt-google-maps-v3 + MarkerCluster JavaScript library (JSNI interaction)
or
- Google Maps Javascript API V3 + MarkerCluster JavaScript library.
Joseph thank you very much!