|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBodyTagSupport
com.lamatek.tags.google.GoogleMapClusterTag
public class GoogleMapClusterTag
GoogleMapClusterTag This tag represents a <googlemaps:cluster> tag and allows developers to groups icons together into clusters, that expand as the user zooms in on them. Developers should not extend this class or override it's methods.
| Constructor Summary | |
|---|---|
GoogleMapClusterTag()
|
|
| Method Summary | |
|---|---|
int |
doStartTag()
Overrides doStartTag() from TagSupport. |
int |
getGridSize()
|
GoogleMapIconTag |
getIcon()
Gets the GoogleMapIconTag that will render the icons for clustered markers. |
int |
getMarkersPerCluster()
Returns the minimum number of markers that can be joined to create a cluster. |
int |
getMaxVisibleMarkers()
Returns the maximum number of visible markers (both clustered and non-clustered) that should appear on the map. |
java.lang.String |
getPathToScript()
Returns the path (URL) to the Clusterer.js file. |
void |
setGridSize(int gridSize)
|
void |
setIcon(GoogleMapIconTag icon)
Sets the GoogleMapIconTag that will render the icons for clustered markers. |
void |
setMarkersPerCluster(int markersPerCluster)
Sets the minimum number of markers that can be joined to create a cluster. |
void |
setMaxVisibleMarkers(int maxVisibleMarkers)
Sets the maximum number of visible markers (both clustered and non-clustered) that should appear on the map. |
void |
setPathToScript(java.lang.String pathToScript)
Sets the URL path to the Clusterer.js file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapClusterTag()
| Method Detail |
|---|
public int doStartTag()
public int getGridSize()
public void setGridSize(int gridSize)
public GoogleMapIconTag getIcon()
public void setIcon(GoogleMapIconTag icon)
icon - A GoogleMapIconTag.public int getMarkersPerCluster()
public void setMarkersPerCluster(int markersPerCluster)
markersPerCluster - Minimum markers per cluster.public int getMaxVisibleMarkers()
public void setMaxVisibleMarkers(int maxVisibleMarkers)
maxVisibleMarkers - The maximum number of displayed markers.public java.lang.String getPathToScript()
public void setPathToScript(java.lang.String pathToScript)
pathToScript - A valid URL that points to the Clusterer.js file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||