Google Maps JavaScript API v3 / Data Layer / MarkerClusterer
Can you help me please to create marker cluster with MarkerClustererPlus. I load the data with: layer = map.data.loadGeoJson('resources/data.geojson'); and the markers are visible, but i have not idea how to create markercluster. Do i have to parse the data.geojson-file into an array? Thanks. function initialize() { map = new google.maps.Map(document.getElementById('map'), mapOptions); layer = map.data.loadGeoJson('resources/data.geojson'); map.data.setStyle({icon: icon}); map.data.addListener('click', function(event) { var myHTML = event.feature.getProperty('name'); infobox.setContent("<div