This JavaScript library creates and manages per-zoom-level clusters for large amounts of markers on a Google Map.
I am using infobox plugin to create multiple markers with different content - http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/…
google-maps markerclusterer infoboxI was trying to add an infoBubble to a markerCluster in the 'clusterclick' event but the infoBubble.Open method ask …
google-maps google-maps-api-3 markerclustererI'm trying to slightly offset cluster icons created by the Google Maps Markerclusterer (V3). Short of modifying the existing code, …
google-maps markerclustererI have a Google Map API v3 map object on a page that uses MarkerClusterer. I have a function that …
javascript google-maps-api-3 dom-events markerclustererI have the following code to try to get the MarkerClusterer library to work for my Google Map but for …
javascript google-maps google-maps-api-3 markerclustererCan you help me please to create marker cluster with MarkerClustererPlus. I load the data with: layer = map.data.loadGeoJson(…
javascript google-maps google-maps-api-3 markerclustererI have a set of markers that get clustered on my map. Another set of markers are displayed individually, and …
javascript google-maps-api-3 google-maps-markers markerclustererCurrently I have a set of markers and I cluster them like this: var markerCluster = new MarkerClusterer(map, cm_mapMarkers); …
google-maps-api-3 visibility markerclusterer