On Sep 15, 6:46 pm, ss <[email protected]> wrote:
> Dear All,
>              I need a cluster where I can click on the cluster icon
> and show me the list of vehicles in that cluster. So first I used the
> marker cluster it can not create the info window then I move to this
> new cluster2.js script. My page is at this 
> linkhttp://116.0.102.219/sample1/cluster3.php.
> The problem is that the cluster icon is not being showed up. What is
> the reason ya? My reference link is 
> herehttp://www.svennerberg.com/2009/01/handling-large-amounts-of-markers-....


I don't know why you keep starting new threads. Just reply to the old
one since the problem is still the same. Still, since we're here...

You have 25 markers. That's not enough to trigger the Clusterer, and
you haven't changed any of the Clusterer behaviour, so it's not used.
>From the documentation you referenced:

There's also a few methods to change the behavior of the marker.
    * clusterer.SetIcon(GIcon)
      Changes the cluster icon
    * clusterer.SetMaxVisibleMarkers(n)
      Sets the threshold marker count where clustering kicks in.
Default value is 150.
    * clusterer.SetMinMarkersPerCluster(n)
      Sets the minumum number of markers for a cluster. Default value
is 5.
    * clusterer.SetMaxLinesPerInfoBox(n)
      Sets the maximum number of lines in an info box. Default value
is 10.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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-api?hl=en.

Reply via email to