GoogleMaps JSP Tag Library
Tag cluster


Clusters multiple markers into single larger markers, based on the attributes set. This provides cleaner maps at smaller zoom levels and improves the performance of the map. As the user zooms in, the clustered markers will expand to reveal all the markers in it's cluster. You can define a single <googelmaps:icon> tag as a child to this tag to define the clustered icon (so users can differentiate them from non-clustered icons).


Tag Information
Tag Classcom.lamatek.tags.google.GoogleMapClusterTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameGoogleMapClusterTag

Attributes
NameRequiredRequest-timeTypeDescription
pathToScripttruetruejava.lang.StringThis can be a relative or absolute URL path to the Clusterer.js file.
maxVisibleMarkersfalsetrueintThe maximum number of markers (clustered and non-clustered) that can appear on the map. Default is 100.
markersPerClusterfalsetrueintThis is the minimum number of markers that can be joined into a cluster. Default is 5.
gridSizefalsetrueintDefault is 5.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.