The library creates and manages per-zoom-level clusters for large amounts of markers.

learn more… | top users | synonyms

0
votes
0answers
3 views

marker clusterer doesn't cluster

I have a problem with the MarkerClusterer: I don't get a Cluster. Every marker ist still by his own! FireBug can't help. http://gmaps-utility-library-dev.googlecode.com/svn/tags/markerclusterer/1.0/ ...
-1
votes
0answers
13 views

Google Maps API Mutliple markers centered on each specific static location

I'm using Google Maps API for reprsenting a marker for each state in the US. For each of these markers, I have a certain data which I represent through overlays. I would like to know if there is a ...
0
votes
0answers
9 views

Two types of markers in Google Maps using MarkerClusterer

I have two kinds of geolocation informations: one is the exact location, the other is an aproximated, region level geolocation. As I show these informations on a map, I would like to be able to use a ...
0
votes
4answers
44 views

IOS arc disabling for part of code [duplicate]

I'm a newbie to IOS technology. I have been developing an app, in which I have to add around 10,000 mkannotations to my map. So I prefer to use clustering algorithm (probably using k_means). However, ...
0
votes
0answers
11 views

ipaddress lookup on google mark cluster

I am really stuck I have 10000s of ipaddress to map via google maps but i want to cluster them up i understand the logic but i am strugling to implement the two bits together the data is pulled in via ...
-1
votes
0answers
20 views

Google Cluster Maps

I have some problem with clustering markers. I tried anything and always something is wrong... How Can I add clustering to code below ? I need simple clustering for 2-3 arras of marker, not more than ...
1
vote
1answer
69 views

MarkerClusterer doesn't display icon in IE10

If you view the following example http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclusterer/1.0/examples/advanced_example.html in IE10 - it shows the points but not the cluster ...
0
votes
0answers
32 views

Issue with Cache, Maps and MarkerClusterer

I have a website built from Google Maps and using MarkerClusterer. This site works fine most of the time, but there will be times when multiple users will be online and a filtered marker sets request ...
0
votes
2answers
92 views

How to erase CustomMarker from google maps v2 android

I have problem with the Custom Markers in google maps. I'll try to explain as best I can. I have some markers, and I did one Asyntask, that clusterize it if is necessary, returning a ...
0
votes
2answers
164 views

Google Maps API infobox - click one infobox and close the others

I am using infobox plugin to create multiple markers with different content - http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/examples/infobox-basic.html Also I am using the ...
0
votes
0answers
19 views

google maps api clusterer works on mac but not pc

There is a map in the right sidebar of following website using the clusterer extension for Google maps apiv3. On mac this works a charm. However, on pc with Chrome, Safari, ie, Firefox and Opera the ...
2
votes
0answers
53 views

Using multiple marker clusterers in google maps

I have a number of markers in a map and i cluster them by category. I created one array per category for the markers so i have multiple clusterers on my map. Can i create an event handler passing the ...
0
votes
1answer
56 views

Google Maps Markerclusterer won't load from XML

I want to start by saying I know this question has been asked in the past, but I was unable to get the old answers to work. I've been fighting with Google Maps Markerclusterer for the last 7 hours. I ...
0
votes
1answer
74 views

MarkerClustererPlus: set icon color/url independent of size

I'm plotting a few hundred thousand points via MarkerClustererPlus, and I want to set groups of cluster icons (colour) based on some exteral property (not based on number of markers represented). The ...
1
vote
1answer
80 views

google maps clusterer no markers

I am trying to use markerclusterplus.js with the google maps api v3. I am looping through an array of addresses geocoding each one and adding a marker and info window. I am pushing the markers to an ...
0
votes
1answer
65 views

i get undefined at marker properties

i user markerclustererplus and i want to show info window on cluster click. but i get undefined for all marker in a cluster. i just can't figure it out why and what can be happened. here is my code ...
0
votes
2answers
102 views

DOM performance in Javascript

I have an question about performance of loading alot off DOM objects. First i have an array of the length of 9540, of something like this: {"Id":144412,"GisX":55.50963,"GisY":9.77794}`) The problem ...
0
votes
0answers
37 views

infowindow for markerclusterer v3 at maximum zoom

i'm working with google maps api these times and i'm not good at js. i want to ask a question. there was similar answers but not mine. i just wanted to get an infowindow on click clustered marks at ...
0
votes
1answer
96 views

Google Map Marker Clusters

i've been trying to implement a new feature on one of my Google maps (MarkerClusterer), but i am not quite there yet. It is running OK, but not smoothly and it would be great if you would look ...
0
votes
0answers
125 views

Max Zoom for MarkerClusterer - identical lat longs

I have added MarkerClusterer to my Google Maps V3 script. Works fine - however I have some markers which have identical lat long - MarkerClusterer doesn't recognise this and when down to the max zoom ...
0
votes
0answers
69 views

cannot get getMarkers after zoom

I have a problem with getMarkers after zoom on map. Use gmap v3. Also use MarkerClusterer class for group all markers on the map, but have some properties that have identical lat and long and them is ...
0
votes
1answer
248 views

Markerclusterer and infowindow v3 is not working properly

I have used the sample code from google for markerclusterer. I added a code to display the coordinate of the marker in an infowindow for the markerclusterer v3 but the problem is it only loads the ...
1
vote
0answers
76 views

Clicking on marker cluster wants to open spider with exact same location markers by default

I was trying to implement MarkerCluster (MS) with Overlapping Marker Cluster (OMS). Everything seems to work just fine. However, I am looking to modify the way OMS is works so that if I click on a ...
2
votes
1answer
558 views

Cluster markers in Google Maps Android v2

I have to place different markers on a GoogleMap from the Google Maps Android v2 API. The problem is that multiple markers are set to the same position (lat/lng), so the user only sees the "newest" ...
0
votes
1answer
146 views

Marker cluster number in a polygon or/and infowindow

Here is example When you click on some polygon you got infowindow with the name of these polygon, is possible to put in this infowindow number of markers inside this polygon (same like marker cluster ...
0
votes
2answers
209 views

Updating marker from ajax with a leaflet marker cluster

I want to integrate a map with leaflet and update markers with ajax. My map is created with : <script type="text/javascript"> var cloudmadeUrl = ...
0
votes
0answers
65 views

Change style of selected cluster using MarkerClusterer

I have flowing situation. There are some markers on map that are on exactly the same lat/lng so MarkerClusterer zooming do not break cluster. I handled users click, but I would like to set different ...
0
votes
1answer
113 views

Google Maps API Marker Clusterer and Ajax

I am running multiple ajax calls to download a large number of google maps icons. When I try to increment the Marker Clusterer, however, the map clears all markers. I believe this is because I am ...
0
votes
1answer
122 views

Filtering googlemaps with markerclusterer for displaying only markers visible on the screen (on a sidebar) - contents loaded via xml

I am running this website at http://arquitectospelomundo.com which is googlemap based. Thanks to this community I have already managed to make it read data from a xml file, process it into a ...
0
votes
0answers
86 views

CLUSTERING GOOGLE MAPS

I am trying to cluster a google map. The map is taking data from a php creating a XML file. Then the google map script process the XML file. The problem is that sometimes there are to many markers ...
1
vote
1answer
135 views

Google MarkerClusterer: decluster markers below a certain zoom level?

I'm using Google MarkerClusterer. I'd like to decluster all the markers whenever the map goes above zoom level 15. There is a maxZoom setting in the configuration options, but the documentation does ...
0
votes
0answers
118 views

MarkerClusterer with sidebar: HTML sidebar names incorrect

Gentlemen, My MarkerClusterer map is working, as well as the sidebar, however the names of each item in the sidebar have an unnecessary "0" at the beginning of each item. My xml file does not contain ...
0
votes
0answers
187 views

google map api v3 : mini slideshow in infoWindow with MarkerClustererPlus

I am using zenphoto to manage my photo gallery on the web. I create a google map plugin to show pictures on a map. this plugin enable clustering. my needs : when there is a cluster with 10 markers ...
1
vote
1answer
111 views

MarkerClusterer zooming issue

I'm using the latest version of MarkerClusterer with Google Maps API v3 and I think I've found a bug! My google map minZoom is set to 1. Zooming from level 1 down to any level and back up to 1 is ...
0
votes
2answers
152 views

Implementing MarkerClusterer to Google Maps API

I know this has been covered a lot before and its a simple tweak to make it work but that's making it all the more frustrating. I'm new to Google Maps API V3 and Javascript as a whole. I've managed ...
0
votes
1answer
143 views

How to hide and show MarkerClusterer in google maps

i'm trying to hide/show markerClusterer when user clicks some buttons: Here is what i'm trying to do: map = new google.maps.Map(document.getElementById("mappa"),mapOptions); var marker_tmp = ...
0
votes
0answers
204 views

google maps marker clusterer not working in IE7 & IE8 due to an 'is null or not an object' error

I have a google Map (js api v3) + marker clusterer which doesn't display in Internet Explorer 7 & 8 - I get the classical js error: Message: 'addresses[...].lt' is null or not an object On ...
0
votes
1answer
129 views

Google Maps Marker Clusterer and info window

I have the following code to try to get the MarkerClusterer library to work for my Google Map, it's work. But when i try to close all info window by click on map, my info window on clusterer don't ...
0
votes
1answer
203 views

markerclusterer test file not working

I hesitate to post this item--I must be making a simple mistake. I copied the example code for MarkerClusterer and linked to the data source file and markerclusterer source file on ...
0
votes
0answers
35 views

Selecting a Marker based on the current zoom level

I have a canvas with multiple markers, I'm using MarkerClusterer to cluster each marker that's within bounds. At the default zoom level I'd like to select the Markers that are showing but not ...
-1
votes
1answer
83 views

How to add label to each marker when using Clusterer API in Google Maps [duplicate]

Possible Duplicate: Google Maps API v3 marker with label I used Google Maps Clusterer API to show more than 100 markers on map.The marker lat,lon values are added in array and passed as ...
0
votes
0answers
168 views

DrawFeature with openlayer.handler.point should place a icon instead of a point

I am trying to Place a Icon onto the map using Draw feature with openlayer.handler.point. I created a styling with a marker Png and assigned it to a vector layer as a result when i click on the map ...
0
votes
2answers
488 views

jquery-ui-map and MarkerClustererPlus => Get Click Event (on markerCluster) and fire another event

I have a project, that uses jquery-map-ui and MarkerClustererPlus. All works the way it should do - but one thing is missing: Whenever the Map Center is changed (dragend) I am reloading the results ...
0
votes
1answer
268 views

How come the mouseover and mouseout events for MarkerClustererPlus.js are not firing for my cluster?

The mouseover and mouseout events are not firing for the MarkerCluster class as per the MarkerClustererPlus documentation. I even tried stuffing it in the clusteringend event as I noticed you need to ...
0
votes
1answer
214 views

How to use a Info Bubble for Clusters with Google V3 Maps

I have a Info Bubble in my Cluster Map. Currently I have my markers showing an info bubble when you click or hover over them. I cannot get my clusters to have the same? How to I show a info bubble ...
0
votes
1answer
61 views

Get the top 5 clusters by markers size inside it - MarkerclusterPlus

Am using MarkerclusterPlus for clsutering on google maps api. I need to find out the top 5 clusters formed based on the cluster size(marker size). var totalCluster = ...
0
votes
0answers
50 views

Choose a marker on Marker Clusterer for Google Maps API [duplicate]

Possible Duplicate: How can I get the current clusters' markers on google map using MarkerCluster.js I've been using the marker clusterer tool to organize the markers into clusters. ...
0
votes
1answer
131 views

when should Google Maps MarkerClusterer be called?

After feeding a bunch of points to a Google Map I realized I got way too many markers on my hand so I tried to use MarkerClusterer, with no success so far. As to my understanding, it should be called ...
0
votes
0answers
185 views

Google Maps Cluster json data… via python?

I'm setting up a Google Map with the clustering API(v3), and I'm having trouble adding in the data. I've got a .py file with about 400 locations (example below), and a request handler file that should ...
0
votes
1answer
251 views

How can I get the current clusters' markers on google map using MarkerCluster.js

My situation is that I have lots of geo data, and many of them have same lat & long. I want to keep MarkerCluster's zoomOnClick handler alive, but when the map keep zoom in and got max zoom ...

1 2 3 4 5