The markerclusterer tag has no wiki summary.
3
votes
1answer
237 views
goMap with MarkerClusterer does not take any effect on the current map
I'm using the jQuery Google Maps v3 plugin, I want to add the MarkerClusterer with the goMap plugin, however I have this what it was intended to do:
$('#world-map').goMap(
{
markers: mapMarkers,
...
3
votes
3answers
216 views
How can I integrate MakerClusterer with current Google Map? V3
I'm having trouble getting the MarkerClusterer into my current Google Map (which has taken a long time to get this far!!). How can I combine the two? I'm using V3 of the api.
Here's the ...
3
votes
1answer
299 views
googlemaps api MarkerClusterer problem
I am trying to use the map api MarkerClusterer feature with no luck:
var markersArray = [];
function getMarkers(hours) {//5
if (markersArray) {
for (i in markersArray) {
...
2
votes
1answer
1k views
google maps api v3 + infoBubble in markerClusterer
I was trying to add an infoBubble to a markerCluster in the 'clusterclick' event but the infoBubble.Open method ask for a 'marker' parameter to bind with. The problem is that a markerCluster is not a ...
2
votes
3answers
792 views
markerClusterer on click zoom
I just added a MarkerClusterer to my google map. It works perfectly fine.
I am just wondering if there is any way of adjusting the zoom-in behaviour when the cluster is clicked. I would like to ...
2
votes
2answers
596 views
google maps api V3 - MarkerClusterer combine with Infobubble
I'm looking for a way to combinate the MarkerClusterer from google-maps-utility-library-v3 with the Infobubbles. My idea is to show the Infobubbles only when the icon is unclusted (visible). And maybe ...
2
votes
1answer
2k views
Adding simple marker clusterer to google map
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 ...
2
votes
1answer
366 views
markerclusterer: anchor offset for cluster icons
I'm trying to slightly offset cluster icons created by the Google Maps Markerclusterer (V3). Short of modifying the existing code, I can't find a way to do this. Does anybody have an idea?
The Styles ...
1
vote
1answer
56 views
google maps MarkerCluster for api v3
I use markerclusterer and it works fine so far.
It looks like the markerclusterer combines 1 to 10 markers with the blue cluster icon, 11 to 100 with the yellow icon and over 100 with the red icon.
...
1
vote
1answer
108 views
reading JSON for google map clustering
I struggle with JSON and jQuery so I'm hoping to get some help figuring out what I'm doing wrong. I am attempting to plot a series of markers using the Google Map API, feeding it JSON data, and ...
1
vote
1answer
148 views
Cluster Marker Google Maps using geoCoder
Using this data
var data = {
'address': [
{
'address': '7970 GLENTIES Ln'
},
{
'address': '8022 Caminito Mallorca'
},
{
'address': '2750 Wheatstone St # 26'
...
1
vote
1answer
167 views
Google Maps API Store Locator example with MarkerClusterer
I recently created a store locator using the "Google Maps API Store Locator" example.
Now I'm trying to implement the MarkerClusterer Library so that I can display a large single marker instead of ...
1
vote
1answer
112 views
update markercluster after removing markers from array
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 ...
1
vote
0answers
69 views
How to print Google Maps with cluster (clusterer) icons?
I have to print some Google Maps displayed within PHP application.
Basically, I can print it, and what is important markers are printed correctly. But problem occurs if I need to print cluster. ...
1
vote
1answer
358 views
Info Window With Marker Manager Google Maps V3
I have many map markers with the exact same lat/long cords so no matter how far in I zoom my map still shows the marker cluster and the number of results.
Is there a way to have some onclick or ...
1
vote
1answer
368 views
how to find the markers in the individual clusters in a marker cluster object in google maps api v3?
I followed the tutorial here to add an inforwindow to the individual clusters of markercluster at any zoom level.
...
1
vote
0answers
428 views
Changing Marker Icons while using MarkerClusterer (Works in IE9 and Chrome, Doesn't Work in Firefox or earlier IE versions)
I have a public-facing site using GoogleMaps API v3 and the MarkerClusterer library. The page that is having a problem can be found here (http://www.mihomes.com/Find-Your-New-Home/San-Antonio-Homes). ...
1
vote
0answers
311 views
How to replace default red-dot.png in maps API V3 using markerclusterer after zooming into single marker?
I am using MarkerClustrer. After sufficiently zooming in on markers, they are separating out, but the image is default red-dot.png that google provides.
Is there way I can change that default? I am ...
1
vote
1answer
362 views
Google Maps Api V3: Limit MarkerClusterer on certain zoom levels
I have a MarkerClusterer which i want to disable if the zoom level is below a threshold.
Example:
The zoom level is 10, the clusters are visible. The threshold is 5, so if the user zooms out to see ...
1
vote
2answers
293 views
Updating markerclusters
I have a google map set up with markers supplied via a JSON feed. Since there are a large number of markers involved (over 600) I have used markerclusterer v3 to speed things up. Everything is working ...
1
vote
2answers
95 views
cant see the actual map when using google maps api
<!DOCTYPE>
<style type="text/css">
body {
margin: 0;
padding: 10px 20px 20px;
font-family: Arial;
font-size: 16px;
}
#map-container {
padding: ...
1
vote
1answer
793 views
Choosing multiple markers in an array for marker clusterin in Google Maps v3 API
This question is related to this post:
Adding simple marker clusterer to google map
I'm wondering how to call markers in an array as simple as possible. Here is my code:
var map = null;
function ...
1
vote
3answers
582 views
Collapsed markers on Google Maps with MarkerClusterer
I'm using GMaps V3 with MarkerClusterer from http://code.google.com/p/gmaps-utility-library-dev/
Markers displayed on the map are user-defined and often collapse, so no matter how much you zoom-in, ...
1
vote
1answer
1k views
Google map API v3 event click raise when clickingMarkerClusterer?
I have a Google Map API v3 map object on a page that uses MarkerClusterer. I have a function that need to run when we click on the map to it is registered as:
google.maps.event.addListener(map, ...
0
votes
1answer
13 views
Google Maps V3 - Issue with removing markers and updating clusters
First off, thanks to everybody that contributes to this website. I am no expert, but I've learnt so much from this community :)
I have a google map with a custom menu that allows the user to filter ...
0
votes
2answers
57 views
Having problems adding markers into Google Maps clusterer
I have problem adding markers into marker Clusterer of Google Maps. Firebug returns error:
Error: Invalid value for property : [object Object]' when calling
method: ...
0
votes
1answer
26 views
How to animate a marker that is in a marker cluster
I have a web page with a google map (api v3) that has dozens of markers. I'm using markerclusterer to cluster the markers. And I have a separate panel div listing title info for each of the marker ...
0
votes
0answers
49 views
Google Map API - cluster marker - How to hide, disable or clear selected or filtered clusterMarkers
First of all many thanks & appreciated for any help, advice or suggestion to the above challenges.
In my program there are 2 main parts such as: -
1. Checkbox by category or state.
2. ...
0
votes
0answers
49 views
Google map MarkerClusterer problems
I try to display my marker in cluster inside a circle. Each markers represent a member. The markers and the circle works fine but the cluster is not display.
I have read some how too like this : ...
0
votes
2answers
56 views
markercluster not changing after setvisible
Currently I have a set of markers and I cluster them like this:
var markerCluster = new MarkerClusterer(map, cm_mapMarkers);
But I also have a set of filters which i use to set markers visible ...
0
votes
0answers
181 views
Google Map API - cluster marker & check box not working (appreciated in advance)
First of all, I would like to apologize for being a beginner in Google map API and a non-technical person (sales).
I would like to create a map which have below 3 capabilities: -
(I was using some ...
0
votes
1answer
168 views
markerclusterer not working?
Hi everyone,
I'm making a google map with markers of our company's customers,so that the sales people can make an easy travel guide. However i got alot of markers so i need to cluster them to load ...
0
votes
0answers
23 views
Is possible to use Cufon to change font of Google Maps clusterer icon?
This is specific one:
Is possible to use Cufon to change font of Google Maps clusterer icon?
Or, how can I use web font to change font of Google Maps clusterer icon?
Thank you in advance!
0
votes
1answer
112 views
Google Maps Marker Clustering - markerclusterPlus
Based on an xml file, i want to set markerclusterer on a map.
i use the markerclusterPlus version 3!
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/
Problem is, that ...
0
votes
1answer
88 views
Google Maps V3 Cluster will not reset after clearMarkers()
I want to add and remove data sets from the clusterer - but when a particular data set cluster is toggled off the original (non-clustered) markers dont re-appear - i cant make them visible...
...
0
votes
1answer
158 views
Google Maps API - Marker Clusterer
i just want to set some markers based on a xml file and additionally create three different marker clusterer with own icons!
the problems are:
no markers are displayed
how i have to implement three ...
0
votes
0answers
31 views
Animated Google Map Marker
Can we have animation on Google map marker(other than BOUNCE & DROP)? I want to animate marker when zoom level change.
0
votes
1answer
114 views
markerclusterer check if marker is in cluster
I have a web based map that is using the jquery-ui-map and markerclusterer plugin to make a google map.
I filter out which markers should be shown or not then update the map.
I need to create a list ...
0
votes
0answers
62 views
Google Maps API MarkerClusterer overlays on streetview
I'm creating an application whereby a large number of markers are overlayed onto a Google map within a given area. With roughly 2000 markers per 1 mile radius this process has become rather slow. ...
0
votes
1answer
26 views
How to keep just one specific marker from a markercluster?
I have a markercluster.
I have a listener for every marker in it.
When I click on it, I go into its listener routine.
Now how do I keep this marker and remove all others from the cluster?
I did ...
0
votes
1answer
125 views
gmap3 / google map. Is there a way to detect if a marker is within a cluster or clustered?
I am using the gmap3 ajquery plugin (for google maps v3) to cluster markers on a google map and need to get a list of which markers are within a cluster.
I am struggling to think what else I can tell ...
0
votes
1answer
144 views
Wants to remove markerClusterer When map is at max. zoom level when one or more markers are at same location
Can anyone suggest how to remove markerClusterer when map is at max. zoom level so that markers are made visible.
also having problem in showing the markers with same latitude and longitude. When map ...
0
votes
2answers
466 views
markerclusterer info windows
Let me say I am still fairly new to google maps and javascript. i've been mixing together the google store locator tutorial with some other stuff. So far, I am using marker clusterer plus (link), ...
0
votes
8answers
459 views
ClusterMarkerer - no cluster appear - this.map_.mapTypes[this.map_.getMapTypeId()] is undefined markerclusterer.js:304
I have an issue with my MarkerClusterer.
When i was 400 markers, cluster appears, all worked.
But now i have moire than 600 markers and cluster don't appear.
Firebug display this error:
...
0
votes
1answer
162 views
Change multi size icon cluster to single icon
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 ...
0
votes
1answer
83 views
clusterer google map
I know markerClusterer able to handling large amounts markers on google map.
By referring this example code as below shown
<script ...
0
votes
1answer
493 views
MarkerClusterer for google maps in ASPNET MVC 3 application showing a blank map
I have a googlemap and I'm enhancing it with an horizontal sliding panel on the left, posibility to draw polygons and now I'm trying to add MarkerClusterer.
Without this line:
markerClusterer = new ...
0
votes
1answer
48 views
Add clusterer to google maps v2 api
I've been trying for quite awhile to add a clusterer to my google map but I've had no luck. I understand that I have to import the library for the clusterer to my html but beyond that I am unsure. If ...
0
votes
1answer
88 views
Optimization strategy for creating 1000s of infowindows on a Google map
I'm new to the Google Maps API and have just taken over an RoR application that plots up to 2,000 markers on a map using MarkerClusterer and each marker has an associated infowindow.
The current ...
0
votes
3answers
361 views
Google Map v3, MarkerClusterer & jQuery on Chrome not working
FIXED : SEE BELOW
ok. so here's my app.
http://libwiki.heroku.com/libraries
if you view it with Firefox or Safari, it displays correctly. The objective is to display list of libraries in Australia ...