I'm having problems with adding marker clusterer functionality to my map. What I want is to use custom icon for my markers and every marker has its own info window which I want to be able to edit. I did accomplish that, but now I have problems a...
Sorry, I've search high and low and can't seem to figure this one out. I have a map working fine, but I'm trying to add MarkerClusterer and markers aren't clustering. The locations in New Jersey should be in a cluster. Can anyone offe...
I am currently using markercluster plugin with jquery ui maps. I have two arrays one of all markers (called markers) and one of markers that match search criteria (called current_markers). These are fitered from the first array. I then draw the cur...
I created a lot of a Marker but I think after obtaining their content used to do average and set infowindow click inside is the average of all Marker on markerCluster. Each Marker has to give him a value. snapshot I want to grab all marker and...
I am using the MarkerCluster.js to create clustering in my google maps api. The clusters work how I want them however I want to style differently than yellow, blue and red circles. I was trying to use the MarkerStyleOptions and it says you have an ar...
pro. What this expression use for => this.sizes = [53, 56, 66, 78, 90];? I found it from markercluster.js. If I want to limit only 100 markers appear on map for every time the map load/ or onchange the zooming map, does it mean I need to change...
I have followed the tutorial to create a cluster google map, but i can not get the info window to work? I can get it to work otherwise... just not with the Array.prototype.map() method... any help? var locations = [] var data var markerD...
I have a set of markers that get clustered on my map. Another set of markers are displayed individually, and i happen to need these to be displayed above the clusters. I have tried setting zIndex in the clusters options object, lower than that of th...
Do you know how to have a nice clustering in OpenLayers such as this google example ?...
I put markers into clusters: var markerClusterer = new MarkerClusterer(map, markers, { zoomOnClick : false, maxZoom : 13, gridSize : 100 }); And i have 15 markers. 10 of these are in clusters in the map. How to determine if the marker...
©2020 All rights reserved.