On Dec 1, 3:29 am, slinky <[email protected]> wrote:
> Hi all,
>
> In this markerclusterer speed test example you can see what I mean:
>
> http://google-maps-utility-library-v3.googlecode.com/svn/trunk/marker...
>
> You musst click 4 times on the cluster which includes 2 markers to see
> the markers.

And that is what it is coded to do.  Where is your page?  Did you
change it to do what you wanted?

Have you tried adding a clusterclick event handler?

http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=clusterclick

  -- Larry

>
> regards
> Raik
>
> Show on the cluster near Olso/Norway
>
> On 1 Dez., 11:47, slinky <[email protected]> wrote:
>
>
>
> > Hello together,
>
> > I'm using the newest version of the markerclusterer v3 and it works
> > fine.
> > But now I have a requirement in the behavior which is happend if I
> > click on a cluster icon.
> > I have an example in which I created the markercluster with the
> > following options:
>
> > markerClusterer = new MarkerClusterer(map, markersArray, {gridSize:
> > 70, zoomOnClick: true, averageCenter: false, maxZoom: 13});
>
> > Normally on click the cluster jumps to the next zoom level and shows
> > the next cluster resolution. But in some cases, if there are a few
> > markers in the same place with low distance between them the
> > markerclusterer jumps to the next zoom level and shows the same
> > cluster icon with the same number of markers. On the next click the
> > clusterer jumps to the next zoom level and shows the same cluster icon
> > again and so on.
>
> > If there a possibility to jump direct to this zoom level, where the
> > markerclusterer has resolved the cluster (next cluster splitting or
> > showing the markers)?
> > Is it necessary extending the markerclusterer code to provide this
> > functionality or is it possible to implement this by using functions
> > from outside the markerclusterer code?
>
> > Thanks a lot!
> > Raik- Hide quoted text -
>
> - Show quoted text -

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to