org.wicketstuff.gmap.api
Class GMarkerCluster
java.lang.Object
org.wicketstuff.gmap.api.GMarkerCluster
- All Implemented Interfaces:
- Serializable
public class GMarkerCluster
- extends Object
- implements Serializable
Clusters markers into groups. Supports the use of an options object to adapt
settings.
It's grouping all the overlays/markers which are shown on the map currently.
This can be improved by giving a dedicated list of markers for grouping if needed.
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/docs/reference.html
- Author:
- Rob Sonke
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMarkerCluster
public GMarkerCluster(GMap map)
GMarkerCluster
public GMarkerCluster(GMap map,
GMarkerClusterOptions options)
getJSconstructor
public String getJSconstructor()
Copyright © 2014. All rights reserved.