Support

Account

Home Forums Front-end Issues MarkerClusterer and google map field Reply To: MarkerClusterer and google map field

  • Got it!
    You have to add this function before rendering the map :

    function markerCluster( markers, map ) {
    	var markerCluster = new MarkerClusterer(map, markers, {imagePath: 'YOURPATHHERE/images/m'});
    	console.log( markers );
    }