[Google Maps API v3] Re: Turn clustering on and off

2011-10-27 Thread gdp
That looks perfect Larry - thank you. I am at work currently but have looked at the source and it looks perfect, I will try and use it this evening. Thanks again On Oct 27, 6:26 am, "geocode...@gmail.com" wrote: > On Oct 26, 9:13 pm, gdp wrote: > > > Hi > > > I

[Google Maps API v3] Turn clustering on and off

2011-10-26 Thread gdp
Hi I am creating clusters on the map like this: markerCluster = new MarkerClusterer(map, markers, mcOptions); Without 'refreshing' the map markers, is it possible to temporarily turn off clustering and then turn it back on again? Thanks gdp -- You received this message becau

[Google Maps API v3] Re: Changing marker icon

2011-07-18 Thread gdp
incapable of actually giving an answer to the question On Jul 18, 1:39 pm, Florian Behr wrote: > Then Read the Terms of Service. > Gmaps API is for public use only. > > 2011/7/18 gdp > > > unfortunately hidden in a corporate internet :( > > > On Jul 18,

[Google Maps API v3] Re: Changing marker icon

2011-07-18 Thread gdp
unfortunately hidden in a corporate internet :( On Jul 18, 1:22 pm, "geocode...@gmail.com" wrote: > On Jul 18, 7:55 am, gdp wrote: > > > Hi - the function below is called to create a set of markers on a map. > > My problem is that within themarkerclick listen

[Google Maps API v3] Changing marker icon

2011-07-18 Thread gdp
Hi - the function below is called to create a set of markers on a map. My problem is that within the marker click listener I am trying to change the icon image. What is in fact happening is that the last marker to be added to the map ends up showing my 'special' icon as soon as it is drawn and the

[Google Maps API v3] Re: identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
Thats it! substituting getMap() for getVisible() in the code gives me what I want. The only anomaly is that often as the map is moved (this is set up as below so it fires when the map is changed ). google.maps.event.addListener(map, 'idle', function() { console.clear

[Google Maps API v3] Re: identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
unfortunately the following code for ( i=0;i wrote: > You might check each markers getVisible() if it is invisible then > MarkerCluster has hidden it e.g. it is in acluster -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

[Google Maps API v3] Re: identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
Unfortunately the following code: for ( i=0;i wrote: > You might check each markers getVisible() if it is invisible then > MarkerCluster has hidden it e.g. it is in acluster -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To po

[Google Maps API v3] Re: identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
Thanks Rossko - that sounds hopeful - I will have to try it this evening but will post an update here as to whether or not that works On Jul 12, 10:42 am, Rossko wrote: > You might check each markers getVisible() if it is invisible then > MarkerCluster has hidden it e.g. it is in acluster -- Yo

[Google Maps API v3] Re: identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
Thanks David The reason I want to do this is I have a div next to the map in which I want to display some details for individual markers. The scenario is 1. they open the map fully zoomed out - it shows no individual markers and several clusters. 2. they click a cluster, the map zooms in and

[Google Maps API v3] Re: identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
I am using var mc = new MarkerClusterer(map, markers, mcOptions); with marker being all the markers on the map - g maps then controls the clustering of those markers according to zoom level so I am not giving it a subset of markers which I can 'remember', I am giving it all markers and it automa

[Google Maps API v3] Re: identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
well thanks david, any hints as to where to start? On Jul 12, 9:25 am, DiTieM wrote: > > grouped into a cluster. When I loop through all the markers within the > > map bounds is it possible to tell which markers are showing up > > individually and which are showing as part of a cluster? > > Depen

[Google Maps API v3] Re: identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
well thanks david, any hints as to where to start? On Jul 12, 9:25 am, DiTieM wrote: > > grouped into a cluster. When I loop through all the markers within the > > map bounds is it possible to tell which markers are showing up > > individually and which are showing as part of a cluster? > > Depen

[Google Maps API v3] identifying clustered markers and non-clustered markers

2011-07-12 Thread gdp
showing as part of a cluster? Thanks very much for any help given. GDP -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from